MCP Proxy Server

{ "servers": [ { "name": "Example Server 1", "transport": { "command": "/path/to/server1/build/index.js" } }, { "name": "Example Server 2", "transport": { "command": "npx", "args": [ "@example/mcp-server", "--option", "value" ] } }, { "name": "Example Server 3", "transport": { "type": "sse", "url": "http://example.com/mcp" } } ] }