Cartograph for Cursor
io.github.anthony-maio/cartograph
Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context.
client:Cursor
transport:stdio
runtime:npm
Install Cartograph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cartograph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@anthony-maio/cartograph"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs