
Github
โ 22from goreleaser
The GoReleaser MCP
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
<p align="center">
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="200" />
<h3 align="center">GoReleaser MCP</h3>
<p align="center">Model Context Protocol server for GoReleaser.</p>
</p>
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_configprompt to modernize your GoReleaser configuration
Badges
Copy & paste โ that's it
npm install -g @goreleaser/mcp
brew install --cask goreleaser/tap/mcp
winget install goreleaser.mcpInstallation
npm install -g @goreleaser/mcp
brew install --cask goreleaser/tap/mcp
winget install goreleaser.mcpUsage
You can add something like this to your tooling:
{
// ...
"mcp": {
"goreleaser": {
"command": "goreleaser-mcp",
"type": "stdio"
}
}
// ...
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.