Skip to content
Zed

The MCP server for GoReleaser for Zed

io.github.goreleaser/mcp

GoReleaser MCP server

client:Zed transport:stdio runtime:oci

Install The MCP server for GoReleaser in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

The MCP server for GoReleaser in other clients