Odel
krova node

krova node

Local
@krovacloudTypeScriptMITUpdated Yesterday

Provision and manage Krova Cloud Cubes — Firecracker microVMs with root access and no public IP.

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@krovacloud/mcpv0.3.10

Run

npx -y @krovacloud/mcp

MCP client config

{
  "mcpServers": {
    "krova-node": {
      "command": "npx",
      "args": [
        "-y",
        "@krovacloud/mcp"
      ]
    }
  }
}