What is MCP Proxy Server?
masterMCP Proxy Server is an aggregator that sits in front of multiple Model Context Protocol (MCP) servers. It provides a single HTTP entrypoint that exposes the combined tools, prompts, and resources from all configured downstream servers.
Key capabilities include:
- Aggregation: Combine multiple MCP clients into one interface.
- Transport Support: Serves via Server-Sent Events (SSE) or streamable HTTP.
- Client Types: Supports
stdio,sse, andstreamable-httpclient types in its configuration. - OAuth Handling: Can manage interactive OAuth flows (e.g., for Notion) by authorizing once and then managing token refresh for all subsequent callers.