The MCP server for GoReleaser
GoReleaser MCP server
Open source Open in the app JSON README (API)
About
GoReleaser MCP server
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- goreleaser
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.6.0
- Stars
- 22
- Forks
- 4
- Open pull requests
- 1
- Last push
- 2026-09-07T09:13:21Z
- Repository state
- ativo
- Language
- Go
- License
- MIT
- Added
- 2026-08-29 03:02:54
- Updated
- 2026-08-29 03:02:54
- Origin id
io.github.goreleaser/mcp
README
<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_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
[](https://github.com/goreleaser/mcp/releases/latest)
[](/LICENSE.md)
[](https://github.com/goreleaser/mcp/actions?workflow=build)
[](http://godoc.org/github.com/goreleaser/mcp)
[](https://github.com/goreleaser)
[](https://goreportcard.com/report/github.com/goreleaser/mcp)