Configure and manage remotes using Streamable HTTP or SSE transport protocols to run your MCP servers
streamable
URL Format:
streamable
(recommended) or sse
(deprecated)
URL: The endpoint URL for your remote MCP server
{variable_name}
) to avoid hardcoding sensitive information. Variables are resolved at runtime through a hierarchical lookup system.
Variable Resolution Order:
streamable
transport for new implementationssse
to streamable
for better performanceUse Case | Recommended Protocol | Reason |
---|---|---|
Web APIs | HTTP/HTTPS | Standard, cacheable, firewall-friendly |
Real-time Apps | WebSocket | Bidirectional, low-latency communication |
Live Dashboards | SSE | Server push, automatic reconnection |
Mobile Apps | HTTP/HTTPS | Better battery life, intermittent connectivity |
High-frequency Tools | WebSocket | Persistent connection, lower overhead |
Enterprise Integration | HTTP/HTTPS | Security policies, monitoring tools |
Microservices | HTTP/HTTPS | Service mesh compatibility, load balancing |
sse
to streamable
in your remote configuration