Odel
anodizer

anodizer

Local
@tj-smith474RustApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/tj-smith47/anodizer

Run

docker run -i --rm ghcr.io/tj-smith47/anodizer

MCP client config

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