Use KMGraph in Cursor, Windsurf, VS Code, and JetBrains
"I use Cursor/VS Code/Windsurf. How do I get KMGraph working there?"
You need Node.js 18+, the KMGraph repo cloned locally, and your target IDE installed with MCP support.
Step 1 — Build the MCP server
cd /path/to/knowledge-graph/mcp-server
npm install
npm run build
The server binary is at mcp-server/dist/index.js.