Apache Knox extension that aggregates multiple Model Context Protocol (MCP) servers into a single REST API endpoint
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"
]
}
}
}
Run in terminal:
claude mcp add knox-mcp-proxy npx -y lmccay/knox-mcp-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"knox-mcp-proxy": {
"command": "npx",
"args": [
"-y",
"lmccay/knox-mcp-proxy"
]
}
}
}