mcp-zero

zeromicro/mcp-zero
★ 41 stars Go 🤖 AI/LLM Updated 19d ago
Model Context Protocol (MCP) server for go-zero framework - Generate APIs, RPC services, and models with AI assistance.
View on GitHub →

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"
      ]
    }
  }
}

Topics

ai-toolscode-generationgo-zerogolanggrpcmcpmicroservicesmodel-context-protocolweb-development