Expose, secure, and observe MCP servers — from your laptop to production clients.
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"
]
}
}
}
Run in terminal:
claude mcp add mcpzero go run github.com/mcpzero/mcpzero@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpzero": {
"command": "go",
"args": [
"run",
"github.com/mcpzero/mcpzero@latest"
]
}
}
}