You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/integrations/pages/remote-mcp-clients.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,15 +105,15 @@ Anthropic supports custom MCP connectors in Claude.ai (web), Claude Desktop, and
105
105
|Field |Value
106
106
107
107
|*Name*
108
-
|Anything that helps the user identify the connector (for example, `Redpanda GitHub` or `RP Github`). Surfaces in Claude's tool list.
108
+
|Anything that helps the user identify the connector (for example, `Redpanda GitHub`). Surfaces in Claude's tool list.
109
109
110
110
|*Remote MCP server URL*
111
111
|The MCP server's *API URL* from AI Gateway. Format: `\https://aigw.<cluster-id>.clusters.rdpa.co/mcp/v1/<server-name>`.
112
112
113
-
|*OAuth Client ID* (optional, under *Advanced settings*)
113
+
|*OAuth client ID* (optional, under *Advanced settings*)
114
114
|The Client ID from the AI Gateway OAuth Client. Required for any MCP server that requires authentication. Leave blank only for public, no-auth MCP servers.
|The Client Secret from the AI Gateway OAuth Client. Required whenever Client ID is set.
118
118
|===
119
119
+
@@ -129,7 +129,7 @@ NOTE: Anthropic's modal warns that connectors are user-trust-based; Anthropic do
129
129
The flow mirrors Claude Desktop. The exact menu paths and field labels differ by client:
130
130
131
131
* *ChatGPT desktop*: Recent builds support remote MCP custom connectors. Confirm the latest menu path; OpenAI iterates on this surface.
132
-
* *Gemini Apps*: Recent builds support remote MCP custom connectors.
132
+
* *Gemini apps*: Recent builds support remote MCP custom connectors.
133
133
* *Cursor*: Supports remote MCP servers in recent builds.
134
134
135
135
The required inputs are the same as Claude Desktop: connector name, MCP URL, Client ID, Client Secret. The chat client's redirect URIs must be registered on the AI Gateway OAuth Client.
@@ -180,7 +180,7 @@ NOTE: If the MCP server uses a service-account auth mode instead of user-delegat
180
180
181
181
Maintain registered OAuth Clients without re-creating them:
182
182
183
-
* *List registered clients*: Open *OAuth Clients*. Each row shows the Name, Grant Types, and Redirect URIs.
183
+
* *List registered clients*: Open *OAuth clients*. Each row shows the Name, Grant Types, and Redirect URIs.
184
184
* *Edit a client*: Change the redirect URIs or grant types. The Client ID is immutable.
185
185
* *Rotate the secret*: Generate a new Client Secret on the detail page. Update the value in every chat client that uses this OAuth Client; old tokens continue to work until they expire.
186
186
* *Delete a client*: Invalidates every active token issued under it. Every chat-client connector that depends on this OAuth Client breaks until reconfigured against a replacement.
0 commit comments