Home › Other › The MCP server for GoReleaser

The MCP server for GoReleaser

GoReleaser MCP server

Go
★ 22 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/goreleaser/mcp:0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/goreleaser/mcp:0.6.0"
      ]
    }
  }
}

Package (npm 0.6.0)

npx -y @goreleaser/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@goreleaser/[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry