Girder for Cursor
io.github.dhishwasher/girder
Local semantic code graph: source, definitions, callers, callees, impact, and semantic change review
client:Cursor
transport:stdio
runtime:npm
Install Girder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"girder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"girder-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs