Skip to content
Grok

dekko for Grok

io.github.aahlijia/dekko

Static code map generator: MAP.md + map.json for any repo, plus a Claude Code /map plugin

client:Grok transport:stdio runtime:pypi

Install dekko in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dekko": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dekko"
      ]
    }
  }
}

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

dekko in other clients