Home › Cloud & Monitoring › krova-node
krova-node
Provision and manage Krova Cloud Cubes — Firecracker microVMs with root access and no public IP.
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/mcp@0.3.14
Or add to your MCP client config:
{
"mcpServers": {
"krova-node": {
"command": "npx",
"args": [
"-y",
"@krovacloud/mcp@0.3.14"
],
"env": {
"KROVA_API_KEY": "<YOUR_VALUE>",
"KROVA_SPACE_ID": "<YOUR_VALUE>",
"KROVA_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
KROVA_API_KEYrequired 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
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry