Skip to content

AI client compatibility

JamRelay exposes a remote MCP Streamable HTTP endpoint:

text
https://mcp.example.com/mcp

It supports two authentication families:

  • MCP OAuth — recommended for clients with first-class OAuth support;
  • static Bearer token — useful for debugging and clients that allow custom HTTP headers.

Multi-client OAuth

JamRelay no longer has a one-client/one-callback limitation. A single deployment can keep an existing static ChatGPT client while also accepting automatically registered native/CLI clients through DCR.

Available registration paths:

text
legacy single static client     ✅ backwards compatible
multi-client static registry    ✅
Dynamic Client Registration     ✅
public OAuth clients            ✅
confidential OAuth clients      ✅
CIMD                            not advertised yet

See OAuth and multi-client compatibility for the registration model and current MCP-spec note about CIMD.

Compatibility matrix

ClientRemote Streamable HTTPOAuthBearer/custom headersRecommended JamRelay modeStatus
ChatGPTcustom-app UI is OAuth-orientedstatic OAuthpreviously verified
Claude hosted surfacesnot primary connector pathDCRprotocol path implemented
Claude Codedynamic headers also supportedDCRprotocol path implemented
Gemini CLIDCRprotocol path implemented
CursorDCR or static OAuthprotocol path implemented
VS Code + CopilotDCRprotocol path implemented
Windsurf CascadeOAuth discovery / Bearer fallbacknot yet verified end-to-end
MCP InspectorOAuth or Bearerdeveloper verification tool

“Protocol path implemented” means JamRelay now implements the registration/callback behavior documented by that vendor. It is not a certification that every current client build has been manually exercised against this exact release.

Test prompts

Read test:

text
What is currently playing on Spotify?

Write test:

text
Create a private playlist called MCP Test and add two tracks to it.

Client guides

Last reviewed against vendor documentation: 2026-09-12.

Unofficial community project. Not affiliated with Spotify or AI platform vendors.