anodizer
Rank #5,671io.github.tj-smith47/anodizer
Rust release tooling — drop-in GoReleaser parity + Rust extras.
anodizer is a Model Context Protocol (MCP) server published by tj-smith47. It ranks #5,671 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. anodizer is listed across 2 registries — Official MCP and PulseMCP, with 7 tracked versions. It was first listed on Apr 21, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 109,789 of 115,460 servers on MCP Toplist.
Use anodizer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add anodizer -- docker run -i --rm ghcr.io/tj-smith47/anodizer[mcp_servers.anodizer]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/tj-smith47/anodizer"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"anodizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/anodizer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"anodizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/anodizer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"anodizer": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/anodizer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"anodizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/anodizer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"anodizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/anodizer"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tj-smith47%2Fanodizer)<a href="https://mcptoplist.com/server/io.github.tj-smith47%2Fanodizer"><img src="https://mcptoplist.com/badge/io.github.tj-smith47%2Fanodizer.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tj-smith47
Other servers by tj-smith47
View all tj-smith47 servers →Available versions (7)
| Version | Published |
|---|---|
| 0.25.2 | Jul 29, 2026 |
| 0.25.0 | Jul 27, 2026 |
| 0.24.0 | Jul 26, 2026 |
| 0.23.0 | Jul 25, 2026 |
| 0.19.0 | Jul 14, 2026 |
| 0.12.2 | Jun 26, 2026 |
| 0.10.0 | Jun 16, 2026 |
Frequently asked questions
- Who maintains anodizer?
- anodizer is maintained by tj-smith47, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is anodizer listed on the Official MCP Registry?
- Yes — anodizer is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does anodizer have?
- MCP Toplist tracks 7 versions of anodizer, most recently published on Jul 29, 2026.
- Where can I find the source code for anodizer?
- The source code for anodizer is hosted at github.com/tj-smith47/anodizer.