The MCP server for GoReleaser

Model Context Protocol server for GoReleaser. A Model Context Protocol (MCP) server for GoReleaser. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 22 · #186 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install The MCP server for GoReleaser

Claude Code

claude mcp add goreleaser-mcp -- npx -y @goreleaser/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "goreleaser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@goreleaser/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

npm package @goreleaser/mcp - published under the repo owner's npm scope (@goreleaser)

registry namespace io.github.goreleaser is GitHub-verified and matches the repo owner

03 · What The MCP server for GoReleaser can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.0 · 2026-08-24

New features · update to goreleaser-pro v2.18.0 · Helping out · This release is only possible thanks to all the support of some awesome people! · Want to be one of them? · You can sponsor, get a Pro License or…

v0.5.1 · 2026-07-05

Helping out · This release is only possible thanks to all the support of some awesome people! · Want to be one of them? · You can sponsor, get a Pro License or contribute with code. · Where to go next? · Find examples…

v0.4.0 · 2026-05-24

Other work · update to goreleaser-pro v2.16.0 · Helping out · This release is only possible thanks to all the support of some awesome people! · Want to be one of them? · You can sponsor, get a Pro License or contribute…

04 · Who maintains The MCP server for GoReleaser

The MCP server for GoReleaser is maintained by goreleaser. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
other - ranked #186 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-24)
registry
io.github.goreleaser/mcp (active, first published 2025-11-09 · 12 versions)
packages
oci:ghcr.io/goreleaser/mcp:0.6.0 · npm:@goreleaser/mcp

06 · The MCP server for GoReleaser FAQ

What is The MCP server for GoReleaser?

Model Context Protocol server for GoReleaser. A Model Context Protocol (MCP) server for GoReleaser. It runs locally over stdio via the published package.

Is The MCP server for GoReleaser still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install The MCP server for GoReleaser?

Run `npx -y @goreleaser/mcp`. You can also paste the ready-made client config above.

Does The MCP server for GoReleaser run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to The MCP server for GoReleaser