zuul (MCP Server)

GitHub

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.

14,060 stars Java MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "zuul": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zuul"
      ]
    }
  }
}