VME MCP Server
@frippe75
关于 VME MCP Server
Intelligent VMware MCP Server with Natural Language Processing for Infrastructure Management
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is VME MCP Server?
VME MCP Server is an intelligent Model Context Protocol server that transforms HPE VM Essentials (VME) infrastructure management into natural language conversations. It allows users to provision VMs, manage resources, and control infrastructure through simple English commands with Claude Code.
How to use VME MCP Server?
Clone the repository, install dependencies with npm install, and configure VME API access by creating a .env file with VME_API_BASE_URL and VME_API_TOKEN. Add the server to Claude Code using the CLI command claude mcp add vme-server with the required environment variables, or manually configure it in your Claude Code configuration file. Restart Claude Code with claude --restart and verify installation with claude mcp list.
Key features of VME MCP Server
- Natural language VM provisioning and management
- Flexible terminology (e.g., "zone" or "cloud", "small" or "4GB")
- Smart template matching for OS names and sizes
- Multi-VM creation patterns (e.g., "web01->web03")
- Intelligent distribution: auto-placement, spread, or specific node targeting
- Automatic resource resolution for latest OS versions and sizes
Use cases of VME MCP Server
- Create single VMs with natural language commands like “Create a VM named 'web-server-01' using Ubuntu 22.04 with 4GB memory”
- Provision multiple VMs sequentially (web01 through web03) on cluster nodes
- Deploy VMs across specific nodes or spread across all cluster nodes
- Advanced provisioning with environment, cloud, and OS templates
FAQ from VME MCP Server
What are the prerequisites?
You need Node.js 18+ and npm, the Claude Code CLI, and access to an HPE VM Essentials (VME) instance.
How do I configure API access?
Create a .env file with your VME instance URL and bearer token: VME_API_BASE_URL and VME_API_TOKEN.
How do I verify the server is working?
After adding the server to Claude Code and restarting, run claude mcp list — you should see vme-server in the list of active servers.
What if authentication fails?
Run npm run test:api to verify API connectivity and check your VME credentials.
Where are the documentation and license?
See CONTRIBUTING.md, TESTING.md, and CLAUDE.md in the repository. The server is licensed under the ISC License.
云与基础设施 分类下的更多 MCP 服务器
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
评论