VK Cloud MCP Server
@stockblog
About VK Cloud MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vk-cloud-mcp-server": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is VK Cloud MCP Server?
The VK Cloud MCP Server is an unofficial Model Context Protocol (MCP) server that enables LLMs and AI assistants to manage VK Cloud infrastructure. It provides a standardized interface for interacting with VK Cloud resources such as virtual machines, networks, storage, and SSH keys.
How to use VK Cloud MCP Server?
Clone the repository, create a virtual environment, install dependencies from requirements.txt, and create a config.yaml with your VK Cloud API credentials. Set destructive_operations: true in the config to enable create/start/stop/restart actions. Run the server with python main.py; it listens on http://localhost:8000/sse by default.
Key features of VK Cloud MCP Server?
- List, start, stop, restart, and create virtual machines
- List networks, security groups, flavors, and images
- List and create bootable volumes from images
- List SSH key pairs
- Filter flavors and images with advanced options
- Destructive operations disabled by default for safety
Use cases of VK Cloud MCP Server?
- An AI assistant provisioning a new VM on demand
- Automatically stopping idle VMs to reduce costs
- Querying the current state of cloud resources via natural language
- Creating bootable volumes for new instances without manual API calls
- Retrieving SSH key lists for secure access management
FAQ from VK Cloud MCP Server?
Is this server official?
No, this is an unofficial project not affiliated with or endorsed by VK Cloud.
What are the runtime requirements?
Python 3.8 or higher and an active VK Cloud account with API access.
How do I enable destructive operations?
Set destructive_operations: true in the config.yaml file. Default is false.
Where does the server run?
By default, the server starts on http://localhost:8000/sse. It uses SSE transport.
What authentication is required?
Provide your VK Cloud username, password, project ID, and domain names in the config.yaml file.
Frequently asked questions
Is this server official?
No, this is an unofficial project not affiliated with or endorsed by VK Cloud.
What are the runtime requirements?
Python 3.8 or higher and an active VK Cloud account with API access.
How do I enable destructive operations?
Set `destructive_operations: true` in the `config.yaml` file. Default is `false`.
Where does the server run?
By default, the server starts on `http://localhost:8000/sse`. It uses SSE transport.
What authentication is required?
Provide your VK Cloud username, password, project ID, and domain names in the `config.yaml` file.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments