← Index

The MCP server for GoReleaser

io.github.goreleaser/mcp·v0.3.4·Other
Quality Score
80
/100

GoReleaser MCP server

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@goreleaser/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@goreleaser/mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @goreleaser/mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/goreleaser/mcp:0.3.4"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other