Loading MCP server directory, please wait...
Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.
npx @getmcp/cli add io.github.LuxorLabs/tenki-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TENKI_API_KEYTenki API key (starts with tk_). Alternatively set TENKI_AUTH_TOKEN (an ory_st_ session token or session cookie); the header is chosen by token prefix.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.LuxorLabs/tenki-mcp": {
"command": "npx",
"args": [
"-y",
"@tenkicloud/mcp"
],
"env": {
"TENKI_API_KEY": "",
"TENKI_API_ENDPOINT": ""
}
}
}
}