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
{
"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