Skip to content
Zed

capsulate for Zed

io.github.capsulatedev/capsulate

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

client:Zed transport:stdio runtime:npm

Install capsulate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "capsulate": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

capsulate in other clients