The MCP server for GoReleaser
Rank #2,763io.github.goreleaser/mcp
GoReleaser MCP server
The MCP server for GoReleaser is a Model Context Protocol (MCP) server published by goreleaser. It ranks #2,763 of 132,046 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. The MCP server for GoReleaser is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Nov 4, 2025 and most recently updated on Aug 24, 2026.
Ranks ahead of 129,283 of 132,046 servers on MCP Toplist.
Use The MCP server for GoReleaser
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add goreleaser -- docker run -i --rm ghcr.io/goreleaser/mcp:0.6.0claude mcp add goreleaser -- npx -y @goreleaser/mcp[mcp_servers.goreleaser]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/goreleaser/mcp:0.6.0"]Add to ~/.codex/config.toml.
[mcp_servers.goreleaser]
command = "npx"
args = ["-y", "@goreleaser/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"goreleaser": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goreleaser": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goreleaser": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"goreleaser": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goreleaser": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"goreleaser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goreleaser": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goreleaser": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goreleaser": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}{
"mcpServers": {
"goreleaser": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}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.goreleaser%2Fmcp)<a href="https://mcptoplist.com/server/io.github.goreleaser%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.goreleaser%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
goreleaser
Available versions (13)
| Version | Published |
|---|---|
| 0.6.0 | Aug 24, 2026 |
| 0.5.1 | Jul 5, 2026 |
| 0.4.0 | May 24, 2026 |
| 0.3.4 | Apr 1, 2026 |
| 0.3.3 | Feb 21, 2026 |
| 0.3.2 | Dec 10, 2025 |
| 0.3.1 | Dec 7, 2025 |
| 0.3.0 | Nov 30, 2025 |
| 0.2.2 | Nov 23, 2025 |
| 0.2.1 | Nov 23, 2025 |
| 0.2.0 | Nov 9, 2025 |
| 0.1.4 | Nov 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains The MCP server for GoReleaser?
- The MCP server for GoReleaser is maintained by goreleaser, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is The MCP server for GoReleaser listed on the Official MCP Registry?
- Yes — The MCP server for GoReleaser is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does The MCP server for GoReleaser have?
- MCP Toplist tracks 13 versions of The MCP server for GoReleaser, most recently published on Aug 24, 2026.
- Where can I find the source code for The MCP server for GoReleaser?
- The source code for The MCP server for GoReleaser is hosted at github.com/goreleaser/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.