Stats
Actions
Tags
From mcp-proxy-tracing
MCP Proxy aggregating multiple backend servers with automatic context tracing
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-proxy": {
"command": "${PLUGIN_DIR}/target/debug/mcp-rust-proxy",
"args": [
"--config",
"${PLUGIN_DIR}/mcp-proxy-config.yaml",
"--stdio"
]
}
}
}Server configuration and connection parameters
${PLUGIN_DIR}/target/debug/mcp-rust-proxyCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub zach-source/mcp-rust-proxy