Connection details
Because the server publishes discovery documents and supports dynamic client registration, a compliant client needs nothing from us in advance: point it at the URL and it will find the authorization server, register itself, and run the sign-in.
Typical config
Most clients take the same shape as Cursor’s:httpUrl, serverUrl, or endpoint, and some ask for the transport (http or streamable-http) as a separate setting. Check your client’s MCP documentation for the exact key.
Always use
https://mcp.usesuperflow.ai/mcp. Sign-in depends on the discovery
documents served at that origin, so any other host will fail to authorize.