Anodizer MCP Server

The release pipeline built for Rust - workspace-aware, reproducible, and signed by default.

People who work with clap, release and cargo and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 4 · #202 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Anodizer

before you install - you'll need

The README does not document required environment variables for a basic install.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "tj-smith47-anodizer": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tj-smith47/anodizer"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.tj-smith47 is GitHub-verified and matches the repo owner

03 · What Anodizer can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.28.1 · 2026-09-15

What's new in v0.28.1 · package the binstall table in the reconcile probe so a re-run of the sha that published no longer reads as diverged (@tj-smith47) · retry an hdiutil create that fails with "Resource busy"…

v0.28.0 · 2026-09-14

What's new in v0.28.0 · run the whole preflight once, before the tag, through one engine (@tj-smith47) · --- · ask each publisher whether its rollback credential is really missing, and keep a clean release free of…

v0.27.0 · 2026-09-13

What's new in v0.27.0 · probe PyPI landing and share one propagation window across the whole sweep (@tj-smith47) · probe every pushed docker image tag for its landing (@tj-smith47) · --- · resolve every target's…

04 · Who maintains Anodizer

anodizer is maintained by tj-smith47. We track 2 MCP servers from tj-smith47 - 2 actively maintained, 11 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from tj-smith47.

  1. cfgd Declarative, GitOps-style machine configuration management ★ 7

05 · Facts

category
automation - ranked #202 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-15)
registry
io.github.tj-smith47/anodizer (active, first published 2026-06-08 · 42 versions)
packages
oci:ghcr.io/tj-smith47/anodizer

06 · Anodizer FAQ

What is Anodizer?

The release pipeline built for Rust - workspace-aware, reproducible, and signed by default.

Is Anodizer still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Anodizer?

Run `docker run -i --rm ghcr.io/tj-smith47/anodizer`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

07 · Alternatives to Anodizer