npm @goreleaser/mcpstdioMITupdated 8d ago
GoReleaser MCP Model Context Protocol server for GoReleaser.
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
安装
把 The MCP server for GoReleaser 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档18/25
- 维护25/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.6.0最新 | 2026年8月24日 |
| 0.5.1 | 2026年7月5日 |
| 0.4.0 | 2026年5月24日 |
| 0.3.4 | 2026年4月1日 |
| 0.3.3 | 2026年2月21日 |
| 0.3.2 | 2025年12月10日 |
| 0.3.1 | 2025年12月7日 |
| 0.3.0 | 2025年11月30日 |
| 0.2.2 | 2025年11月23日 |
| 0.2.1 | 2025年11月23日 |
| 0.2.0 | 2025年11月9日 |
| 0.1.4 | 2025年11月9日 |