Skip to content
Cursor

capsulate for Cursor

io.github.capsulatedev/capsulate

Real Linux and Windows desktop VMs for AI agents: exec, files, computer-use and snapshots via MCP.

client:Cursor transport:stdio runtime:npm

Install capsulate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "capsulate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@capsulate/mcp"
      ],
      "env": {
        "CAPSULATE_API_KEY": "<CAPSULATE_API_KEY>",
        "CAPSULATE_BASE_URL": "<CAPSULATE_BASE_URL>",
        "CAPSULATE_TEAM_ID": "<CAPSULATE_TEAM_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

capsulate in other clients