Skip to content
Grok

codecanvas for Grok

io.github.donggyun112/codecanvas

Python code intelligence for coding agents: call paths, control flow, and change impact.

client:Grok transport:stdio runtime:pypi

Install codecanvas in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "codecanvas": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codecanvas-mcp"
      ]
    }
  }
}

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

codecanvas in other clients