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: docs/cloud/sophia/mcp.adoc
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,7 @@ These are fully functional Sophia deployments managed by SoftInstigate. You can
38
38
39
39
To connect immediately with Claude Desktop, open *Settings → Connectors → Add custom connector* and paste the URL.
40
40
41
-
== Public contexts
42
-
43
-
No authentication required — just the URL.
44
-
45
-
=== Claude Desktop
46
-
47
-
Open *Settings → Connectors → Add custom connector* and paste the URL.
48
-
49
-
=== Clients with native Streamable HTTP support
41
+
== Clients with Streamable HTTP transport
50
42
51
43
Add this to the MCP settings:
52
44
@@ -60,7 +52,7 @@ Add this to the MCP settings:
60
52
}
61
53
----
62
54
63
-
=== Clients that support stdio only
55
+
== Clients with stdio transport
64
56
65
57
Some clients (Claude Code, VS Code, Zed) spawn MCP servers as local processes and communicate over stdio. Use link:https://www.npmjs.com/package/mcp-remote[`mcp-remote`] as a bridge. It requires link:https://nodejs.org[Node.js >= 18] and is downloaded automatically by `npx` on first run.
=== Via OAuth (recommended for interactive clients)
84
76
85
-
Claude Desktop supports OAuth natively. Other clients work in similar way.
86
-
87
-
Open *Settings → Connectors → Add custom connector*, paste the context URL, and set `OAuth Client ID` to `claude_desktop` in the advanced settings. Sophia login page will open in the browser to complete the flow.
77
+
Claude Desktop supports OAuth natively. Open *Settings → Connectors → Add custom connector*, paste the context URL, and set `OAuth Client ID` to `claude_desktop` in the advanced settings. Sophia login page will open in the browser to complete the flow.
0 commit comments