npm @goreleaser/mcpstdioMITupdated 8d ago
GoReleaser MCP Model Context Protocol server for GoReleaser.
O que dá para fazer com The MCP 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_configprompt to modernize your GoReleaser configuration
Installation
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:
{
// ...
"mcp": {
"goreleaser": {
"command": "goreleaser-mcp",
"type": "stdio"
}
}
// ...
}
Badges
Instalação
Adicione The MCP server for GoReleaser ao seu cliente. Escolha o que você usa.
claude mcp add mcp -- npx -y @goreleaser/mcpcodex mcp add mcp -- npx -y @goreleaser/mcpamp mcp add mcp -- npx -y @goreleaser/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@goreleaser/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@goreleaser/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@goreleaser/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @goreleaser/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação18/25
- Manutenção25/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.6.0Mais recente | 24 de ago. de 2026 |
| 0.5.1 | 5 de jul. de 2026 |
| 0.4.0 | 24 de mai. de 2026 |
| 0.3.4 | 1 de abr. de 2026 |
| 0.3.3 | 21 de fev. de 2026 |
| 0.3.2 | 10 de dez. de 2025 |
| 0.3.1 | 7 de dez. de 2025 |
| 0.3.0 | 30 de nov. de 2025 |
| 0.2.2 | 23 de nov. de 2025 |
| 0.2.1 | 23 de nov. de 2025 |
| 0.2.0 | 9 de nov. de 2025 |
| 0.1.4 | 9 de nov. de 2025 |