Skip to content
VS Code

cartography for VS Code

io.github.datasynx/cartography

MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts.

client:VS Code transport:stdio runtime:npm

Install cartography in VS Code

.vscode/mcp.json

{
  "servers": {
    "cartography": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@datasynx/agentic-ai-cartography"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cartography in other clients