Tenki Sandbox MCP for Windsurf
io.github.luxorlabs/tenki-mcp
Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.
client:Windsurf
transport:stdio
runtime:npm
Install Tenki Sandbox MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tenki-mcp": {
"command": "npx",
"args": [
"-y",
"@tenkicloud/mcp"
],
"env": {
"TENKI_API_KEY": "<TENKI_API_KEY>",
"TENKI_API_ENDPOINT": "<TENKI_API_ENDPOINT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs