VME MCP Server
@frippe75
About VME MCP Server
Intelligent VMware MCP Server with Natural Language Processing for Infrastructure Management
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Cloudflare MCP Server
cloudflareLambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments