CodeMap for Cursor
io.github.bbajt/codemap-mcp
Roslyn-powered MCP server for C#/VB.NET. Query symbols, call graphs, and facts. 90%+ token savings.
client:Cursor
transport:stdio
runtime:nuget
Install CodeMap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codemap-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"codemap-mcp",
"--yes"
],
"env": {
"CODEMAP_CACHE_DIR": "<CODEMAP_CACHE_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs