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: examples/mcp-server/README.md
+13-31Lines changed: 13 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Gitpod MCP Server
1
+
# Gitpod MCP Server Example
2
2
3
3
A Modal Context Protocol (MCP) server that enables Claude Desktop to interact with Gitpod's API. This integration allows Claude to create Gitpod environments, check identity information, and perform other Gitpod-related tasks directly through natural language commands.
4
4
@@ -14,12 +14,10 @@ A Modal Context Protocol (MCP) server that enables Claude Desktop to interact wi
14
14
## 🚀 Available Tools
15
15
16
16
1.**get-identity**
17
-
18
17
- Get authenticated identity information from Gitpod
19
18
- No additional parameters required
20
19
21
20
2.**create-environment**
22
-
23
21
- Create a new Gitpod environment from a repository URL
24
22
- Optional parameter: `repository_url` (defaults to https://github.com/gitpod-io/empty)
25
23
@@ -28,33 +26,24 @@ A Modal Context Protocol (MCP) server that enables Claude Desktop to interact wi
28
26
- Required parameter: `command` (command to run in the environment)
29
27
- Optional parameter: `repository_url` (defaults to https://github.com/gitpod-io/empty)
0 commit comments