Skip to content
Grok

anodizer for Grok

io.github.tj-smith47/anodizer

Rust release tooling — drop-in GoReleaser parity + Rust extras.

client:Grok transport:stdio runtime:oci

Install anodizer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "anodizer": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tj-smith47/anodizer"
      ]
    }
  }
}

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

anodizer in other clients