HomeCloud & Monitoring › krova-node

krova-node

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

Official TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.14)

npx -y @krovacloud/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "krova-node": {
      "command": "npx",
      "args": [
        "-y",
        "@krovacloud/[email protected]"
      ],
      "env": {
        "KROVA_API_KEY": "<YOUR_VALUE>",
        "KROVA_SPACE_ID": "<YOUR_VALUE>",
        "KROVA_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • KROVA_API_KEY required secret — A Krova Cloud API key, created under Settings → API keys. Scoped to one Space and inherits the permissions of the membership that created it.
  • KROVA_SPACE_ID — Optional. A Space id the Cube tools default to, so a client does not have to name a Space on every call.
  • KROVA_BASE_URL — Optional. Overrides the API base URL. Only needed against a non-production environment.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry