Skip to content

Instantly share code, notes, and snippets.

View dmaidaniuk's full-sized avatar
🎯
Focusing

Dmytro Maidaniuk dmaidaniuk

🎯
Focusing
View GitHub Profile
@dmaidaniuk
dmaidaniuk / Cursor MCP server on Windows.md
Last active April 3, 2025 07:03
MCP server on Cursor for Windows

Here you can find steps for configuring MCP server on Windows:

  1. You need to install NodeJS locally (https://nodejs.org/en/download) if it doesn't installed yet. The NodeJS that comes with Cursor doesn't work for me. Be sure to add Node to the PATH variable. Command for proper installation verification: node --version.
  2. (Optional) Be sure that NodeJS can install packages from Internet. It can be checked via execution of the next test installation: npm install -g @modelcontextprotocol/server-postgres. If the problem with SSL certificate appears, then appy one of the options from here: https://superuser.com/a/1789421. Definitely works next command: npm config set strict-ssl false.
  3. Use working MCP server config from the Cursor forum (yes, such a thing exists) here: https://forum.cursor.com/t/mcp-servers-on-windows-10-not-working-please-help-supabase-mcp-server/59427/2
{
  "mcpServers": {
@dmaidaniuk
dmaidaniuk / decompile.bat
Created November 24, 2021 11:25 — forked from mslinn/decompile.bat
Decompile JVM class files using IntelliJ IDEA's embedded FernFlower decompiler
java -cp "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 15.0.2\plugins\java-decompiler\lib\java-decompiler.jar" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true . src