Skip to content
Grok

ROOT MCP Server for Grok

io.github.omazapa/root-mcp

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

client:Grok transport:stdio runtime:oci

Install ROOT MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "root-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/omazapa/root-mcp:1.0.0"
      ]
    }
  }
}

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

ROOT MCP Server in other clients