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