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: src/python/cocalc-api/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,12 @@ The `Project` class provides project-specific operations:
49
49
50
50
-**System**: Execute shell commands and Jupyter code within a specific project
51
51
52
+
## MCP Server
53
+
54
+
The CoCalc API includes a **Model Context Protocol (MCP) server** that allows LLMs (like Claude) to interact with CoCalc projects through a standardized protocol.
55
+
56
+
For detailed setup instructions and usage guide, see [src/cocalc_api/mcp/README.md](src/cocalc_api/mcp/README.md).
57
+
52
58
## Authentication
53
59
54
60
The client supports two types of API keys:
@@ -165,4 +171,4 @@ MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments