Skip to content
Cline

Tenki Sandbox MCP for Cline

io.github.luxorlabs/tenki-mcp

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

client:Cline transport:stdio runtime:npm

Install Tenki Sandbox MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "tenki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tenkicloud/mcp"
      ],
      "env": {
        "TENKI_API_KEY": "<TENKI_API_KEY>",
        "TENKI_API_ENDPOINT": "<TENKI_API_ENDPOINT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Tenki Sandbox MCP in other clients