The MCP server for GoReleaser for Windsurf
io.github.goreleaser/mcp
GoReleaser MCP server
client:Windsurf
transport:stdio
runtime:oci
Install The MCP server for GoReleaser in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs