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
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments