MCPHIVE

VK Cloud MCP

Local · stdio

An MCP server for VK Cloud: view, create, start and stop virtual machines, manage networks and configurations (OpenStack-based IaaS). Built by a VK Tech technical manager as a personal experiment published on Habr — not an official VK Cloud release.

Why this server

  • 12 tools for VMs, networks and disks — fills the gap while VK Cloud has no MCP of its own
  • destructive_operations: false by default — VM create/start/stop are off until you explicitly enable them
  • A one-person side project: no commits since May 2025, no one is actively fixing bugs
  • An SSE server on localhost:8000 — you run the Python process first; the MCP config just points at it

Usage examples

Prompt: List all virtual machines in the project

Result: The agent called vkcloud_vm_list and returned a table of VMs with statuses and IP addresses.

Prompt: Stop the test VM web-01 for the night

Result: The agent called vkcloud_vm_stop for web-01 — this only worked once destructive_operations: true was set in the config.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.