Skip to content
Cursor

anodizer for Cursor

io.github.tj-smith47/anodizer

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

client:Cursor transport:stdio runtime:oci

Install anodizer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

anodizer in other clients