Skip to content
Grok

MCP AST Explorer for Grok

io.github.lovranran/mcp-ast-explorer

Python symbol exploration for codebase onboarding agents.

client:Grok transport:stdio runtime:pypi

Install MCP AST Explorer in Grok

.mcp.json (in your project root)

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

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

MCP AST Explorer in other clients