contextatlas for Cursor
io.github.traviswye/contextatlas
Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction.
client:Cursor
transport:stdio
runtime:npm
Install contextatlas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contextatlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contextatlas"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs