Skip to content
Cursor

The MCP server for GoReleaser for Cursor

io.github.goreleaser/mcp

GoReleaser MCP server

client:Cursor transport:stdio runtime:oci

Install The MCP server for GoReleaser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

The MCP server for GoReleaser in other clients