Skip to content
Grok

chain for Grok

io.github.vdappdev2/chain

Foundation MCP server — chain discovery, daemon management, health checks, raw transactions

client:Grok transport:stdio runtime:npm

Install chain in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "chain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/chain-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

chain in other clients