Model Context Protocol (MCP) server for go-zero framework - Generate APIs, RPC services, and models with AI assistance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-zero": {
"command": "go",
"args": [
"run",
"github.com/zeromicro/mcp-zero@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-zero go run github.com/zeromicro/mcp-zero@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-zero": {
"command": "go",
"args": [
"run",
"github.com/zeromicro/mcp-zero@latest"
]
}
}
}