II.
ToolServer JSON
Structured · livetool-server:mcp-gitpod
Gitpod MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-gitpod",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-platforms.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Gitpod MCP Server",
"description": "Official MCP server for the Gitpod cloud development environment platform.\nEnables AI agents to list projects and environments, create new Gitpod\nworkspaces, and stop running environments via the Gitpod API.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/gitpod-io/gitpod-sdk-go",
"maintainer": "Gitpod",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-gitpod",
"to": "tool:gitpod",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-gitpod",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}