Koragraph for Cursor
in.koragraph/koragraph
Local multi-repo code graph over MCP. Blast radius, call graphs, and memory anchored to code.
client:Cursor
transport:stdio
runtime:npm
Install Koragraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"koragraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"koragraphmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs