cartography for Grok
io.github.datasynx/cartography
MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts.
client:Grok
transport:stdio
runtime:npm
Install cartography in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cartography": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@datasynx/agentic-ai-cartography"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs