CodeCartographer for Cursor
io.github.huginnindustries/codecartographer
Turn an unfamiliar codebase into validated architecture, contracts, and a reimplementation spec.
client:Cursor
transport:stdio
runtime:npm
Install CodeCartographer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codecartographer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codecartographer-pi"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs