Skip to content
Zed

Tenki Sandbox MCP for Zed

io.github.luxorlabs/tenki-mcp

Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.

client:Zed transport:stdio runtime:npm

Install Tenki Sandbox MCP 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": {
    "tenki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tenkicloud/mcp"
      ],
      "env": {
        "TENKI_API_KEY": "<TENKI_API_KEY>",
        "TENKI_API_ENDPOINT": "<TENKI_API_ENDPOINT>"
      }
    }
  }
}

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

Tenki Sandbox MCP in other clients