Cvm
FreeNot checkedImplementation of Tencent Cloud CVM (Cloud Virtual Machine) MCP server for managing Tencent Cloud instances and network resources.
About
Implementation of Tencent Cloud CVM (Cloud Virtual Machine) MCP server for managing Tencent Cloud instances and network resources.
README
Implementation of Tencent Cloud CVM (Cloud Virtual Machine) MCP server for managing Tencent Cloud instances and network resources.
Features
- Instance Management: Full lifecycle management including creating, starting, stopping, restarting, and terminating instances
- Instance Query: Query instance lists and instance type configurations
- Image Management: Query available image lists
- Network Management: Query network resources like VPCs, subnets, and security groups
- Region Management: Query available regions and availability zones
- Monitoring & Diagnostics: CPU, memory, disk performance metrics monitoring
- Security Group Management: Create, configure and manage security group rules
- Price Inquiry: Pre-creation instance pricing functionality
API List
🔍 Basic Query
| Tool Name | Description |
|---|---|
DescribeRegions |
Query region list |
DescribeZones |
Query availability zone list |
DescribeInstances |
Query instance list |
DescribeImages |
Query image list |
DescribeInstanceTypeConfigs |
Query instance type configurations |
DescribeVpcs |
Query VPC list |
DescribeSubnets |
Query subnet list |
DescribeSecurityGroups |
Query security group list |
🖥️ Instance Lifecycle
| Tool Name | Description |
|---|---|
RunInstances |
Create new instances |
QuickRunInstance |
Quick create instances (simplified) |
StartInstances |
Start instances |
StopInstances |
Stop instances |
RebootInstances |
Reboot instances |
TerminateInstances |
Terminate instances |
ResetInstancesPassword |
Reset instance password |
ResetInstance |
Reinstall instance OS |
🔐 Security Group Management
| Tool Name | Description |
|---|---|
DescribeSecurityGroupPolicies |
Query security group rules |
CreateSecurityGroup |
Create new security group |
CreateSecurityGroupWithPolicies |
Create security group with rules |
CreateSecurityGroupPolicies |
Add rules to existing security group |
ReplaceSecurityGroupPolicies |
Replace security group rules |
📊 Monitoring & Diagnostics
| Tool Name | Description |
|---|---|
CreateDiagnosticReports |
Create diagnostic reports |
DescribeDiagnosticReports |
Query diagnostic reports |
GetCpuUsageData |
Get CPU utilization |
GetCpuLoadavgData |
Get CPU 1-minute load average |
GetCpuloadavg5mData |
Get CPU 5-minute load average |
GetCpuloadavg15mData |
Get CPU 15-minute load average |
GetMemUsedData |
Get memory usage |
GetMemUsageData |
Get memory utilization |
GetCvmDiskUsageData |
Get disk utilization |
GetDiskTotalData |
Get disk total capacity |
GetDiskUsageData |
Get disk usage percentage |
💰 Pricing & Recommendations
| Tool Name | Description |
|---|---|
InquiryPriceRunInstances |
Inquiry price for creating instances |
DescribeRecommendZoneInstanceTypes |
Recommend instance types in zone |
Configuration
Set Tencent Cloud Credentials
- Obtain SecretId and SecretKey from Tencent Cloud Console
- Set default region (optional)
Environment Variables
Configure the following environment variables:
TENCENTCLOUD_SECRET_ID: Tencent Cloud SecretIdTENCENTCLOUD_SECRET_KEY: Tencent Cloud SecretKeyTENCENTCLOUD_REGION: Default region (optional)
Usage in Claude Desktop
Add the following configuration to claude_desktop_config.json:
{
"mcpServers": {
"tencent-cvm": {
"command": "uv",
"args": [
"run",
"mcp-server-cvm"
],
"env": {
"TENCENTCLOUD_SECRET_ID": "YOUR_SECRET_ID_HERE",
"TENCENTCLOUD_SECRET_KEY": "YOUR_SECRET_KEY_HERE",
"TENCENTCLOUD_REGION": "YOUR_REGION_HERE"
}
}
}
}
Installation
pip install mcp-server-cvm
License
MIT License. See LICENSE file for details.
Installing Cvm
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jubaoliang/mcp-server-cvmFAQ
Is Cvm MCP free?
Yes, Cvm MCP is free — one-click install via Unyly at no cost.
Does Cvm need an API key?
No, Cvm runs without API keys or environment variables.
Is Cvm hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cvm in Claude Desktop, Claude Code or Cursor?
Open Cvm on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cvm with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
