Odel
Tenki Sandbox MCP

Tenki Sandbox MCP

Local
@luxorlabsJavaScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tenkicloud/mcpv0.2.0

Run

npx -y @tenkicloud/mcp

MCP client config

{
  "mcpServers": {
    "tenki-sandbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tenkicloud/mcp"
      ]
    }
  }
}