cartography for Cursor
io.github.datasynx/cartography
MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts.
client:Cursor
transport:stdio
runtime:npm
Install cartography in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cartography": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@datasynx/agentic-ai-cartography"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs