codebase-synapse for Cursor
io.github.iwiels/codebase-synapse
Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard.
client:Cursor
transport:stdio
runtime:npm
Install codebase-synapse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codebase-synapse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codebase-synapse"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs