code atlas for Cursor
io.github.lusiem/code-atlas
Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.
client:Cursor
transport:stdio
runtime:npm
Install code atlas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lusiem/code-atlas"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs