gitpod (MCP Server)

GitHub

The developer platform for on-demand cloud development environments to create software faster and more securely.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gitpod": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gitpod"
      ]
    }
  }
}