Skip to content
Grok

ZERO MCP for Grok

io.github.zero-intel/zero

Read-only MCP inspection for ZERO paper autonomous onchain operations.

client:Grok transport:stdio runtime:pypi

Install ZERO MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "zero": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zero-engine"
      ]
    }
  }
}

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

ZERO MCP in other clients