The MCP server for GoReleaser for Cline
io.github.goreleaser/mcp
GoReleaser MCP server
client:Cline
transport:stdio
runtime:oci
Install The MCP server for GoReleaser in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goreleaser/mcp:0.6.0"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs