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