mcpzero

mcpzero/mcpzero
★ 24 stars Go Code/Dev Tools Updated today
Expose, secure, and observe MCP servers — from your laptop to production clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpzero": {
      "command": "go",
      "args": [
        "run",
        "github.com/mcpzero/mcpzero@latest"
      ]
    }
  }
}