Anodizer MCP Server

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

People who need automation tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 4 · #173 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

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.25.2 · 2026-07-29

What's new in v0.25.2 · reject an <Environment> wxs on a wixl too old to parse it (@tj-smith47) · drive cpio directly instead of a pipefail shell pipeline (@tj-smith47) · --- · Released with anodizer 🦀

v0.25.1 · 2026-07-27

What's new in v0.25.1 · retry a dropped connection on every publisher git push (@tj-smith47) · --- · Released with anodizer 🦀

v0.25.0 · 2026-07-27

What's new in v0.25.0 · keep nightly off 'latest' and scope its publishers (@tj-smith47) · --- · Released with anodizer 🦀

04 · Who maintains Anodizer

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

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

05 · Facts

category
automation - ranked #173 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-07-29)
registry
io.github.tj-smith47/anodizer (active, first published 2026-06-08 · 38 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-08-25, its last commit was 2026-08-23 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