Skip to content
Cursor

Tenki Sandbox MCP for Cursor

io.github.luxorlabs/tenki-mcp

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

client:Cursor transport:stdio runtime:npm

Install Tenki Sandbox MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tenki Sandbox MCP in other clients