Skip to content
Grok

MCP Anvil for Grok

com.aiinfradecoded/mcp-anvil

Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.

client:Grok transport:stdio runtime:pypi

Install MCP Anvil in Grok

.mcp.json (in your project root)

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

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 Anvil in other clients