knox-mcp-proxy

lmccay/knox-mcp-proxy
★ 3 stars Java 🔌 API Integration Updated 1mo ago
Apache Knox extension that aggregates multiple Model Context Protocol (MCP) servers into a single REST API endpoint
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": {
    "knox-mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "lmccay/knox-mcp-proxy"
      ]
    }
  }
}