How to Use the Gitpod MCP in Cursor
Build faster with Cursor. Use the Gitpod MCP server to spin up cloud environments without leaving your editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gitpod MCP to Cursor
Create your Vinkius account to connect Gitpod to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Gitpod workspaces in Cursor
Call `create_and_start_workspace` from your chat panel to initialize a new environment. Your AI agent handles the provisioning so you can keep your focus on the logic. Switching between tasks becomes trivial when you use `start_workspace`. You resume your work in a clean state every time you start a new session.
Configure environments inside Cursor
Manage your project settings with `create_configuration` directly in the editor. You define your build requirements and let the agent handle the Gitpod API calls. Deleting old setups is just as easy with `delete_configuration`. You clear out clutter and keep your workspace list tidy without switching tabs.
Manage Gitpod organizations from Cursor
Use `list_organizations` to see every team you belong to. You can jump between different Gitpod environments instantly by selecting the correct organization ID. Updating settings via `update_organization_settings` keeps your team in sync. You push changes to your organization structure without ever leaving the Cursor IDE.
Set up Gitpod MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Gitpod MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Gitpod transactions." If the MCP tools are loaded correctly, Cursor will call the Gitpod tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"gitpod-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Gitpod. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Gitpod MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gitpod MCP today
We host it, we monitor it, we maintain it. You just paste one token.