trackmcp
Back to directory

The GoReleaser MCP

22 stars GoOthers Updated Sep 3, 2026
goreleasermcpmcp-server

Documentation

GoReleaser MCP

Model Context Protocol server for GoReleaser.


A Model Context Protocol (MCP) server for GoReleaser.

Provides tools and documentation to help AI assistants understand and work with

GoReleaser configurations.


Features

  • Configuration Validation: Check GoReleaser configurations for errors and deprecated options
  • Deprecation Fixes: Get prompted to fix deprecated configuration options with detailed instructions
  • Embedded Documentation: Access GoReleaser documentation directly through the MCP server
  • Update Prompt: Use the `update_config` prompt to modernize your GoReleaser configuration

Installation

bash
npm install -g @goreleaser/mcp
brew install --cask goreleaser/tap/mcp
winget install goreleaser.mcp

Usage

You can add something like this to your tooling:

json
{
  // ...
  "mcp": {
    "goreleaser": {
      "command": "goreleaser-mcp",
      "type": "stdio"
    }
  }
  // ...
}

Badges

Release
Software License
Build status
Go Doc
Powered By: GoReleaser
GoReportCard

Frequently asked questions

What is mcp?

mcp is The GoReleaser MCP

How do I install mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp open source?

Yes — it is hosted on GitHub at https://github.com/goreleaser/mcp and has 22 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP