Used by 1 plugin
MCP Proxy aggregating multiple backend servers with automatic context tracing
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"
]
}
}
}${PLUGIN_DIR}/target/debug/mcp-rust-proxy