System Overview

The MCP Gateway supports remote MCP servers using HTTP/SSE transport protocols (StreamableHTTP and SSE). If you have a local STDIO-based MCP server that you want to use with the gateway, see our guide on Converting STDIO MCP Servers to Streamable HTTP.
Security Architecture
The gateway implements defense-in-depth security:- Client Authentication: OAuth 2.1 tokens validated on every request
- Authorization: Scope-based access control for MCP operations
- Token Isolation: Client tokens never forwarded to upstream servers
- Session Security: Cryptographically secure session IDs with token-aligned expiration
- Transport Security: TLS encryption for all connections
- Audit Logging: Complete request/response audit trail

