Sponsored by Deepsite.site

VME MCP Server

Created By
frippe756 months ago
Intelligent VMware MCP Server with Natural Language Processing for Infrastructure Management
Content

VME MCP Server

An intelligent Model Context Protocol (MCP) server that transforms HPE VM Essentials (VME) infrastructure management into natural language conversations. Provision VMs, manage resources, and control your infrastructure through simple English commands with Claude Code.

Quick Start

Prerequisites

  • Claude Code CLI installed
  • Node.js 18+ and npm
  • Access to an HPE VM Essentials (VME) instance

1. Clone and Setup

git clone https://github.com/frippe75/vme-mcp-server.git
cd vme-mcp-server
npm install

2. Configure VME API Access

Create a .env file with your VME credentials:

cp .env.example .env

Edit .env:

VME_API_BASE_URL=https://your-vme-instance.com/api
VME_API_TOKEN=your-bearer-token-here

3. Add to Claude Code

Option A: Using Claude Code CLI (Recommended)

claude mcp add vme-server \
  -e VME_API_BASE_URL=https://your-vme-instance.com/api \
  -e VME_API_TOKEN=your-bearer-token \
  -- npx tsx src/server.ts

Option B: Manual Configuration

Add to your Claude Code configuration file:

{
  "mcpServers": {
    "vme-server": {
      "command": "npx",
      "args": ["tsx", "src/server.ts"],
      "cwd": "/path/to/vme-mcp-server",
      "env": {
        "VME_API_BASE_URL": "https://your-vme-instance.com/api",
        "VME_API_TOKEN": "your-bearer-token"
      }
    }
  }
}

4. Restart Claude Code

claude --restart

5. Verify Installation

claude mcp list

You should see vme-server in the list of active servers.

Usage Examples

Basic VM Creation

Create a VM named "web-server-01" in the production group using Ubuntu 22.04 with 4GB memory

Multi-VM Creation

Create VMs web01->web03 running on each node of the cluster. OS is not important. Small VMs
Provision web01 through web05 spread across all cluster nodes with Ubuntu and 4GB memory

Advanced VM Provisioning

Provision 3 small Ubuntu VMs for testing in the dev environment on tc-lab cloud
Create VMs db01->db03 on specific nodes 1,2,3 respectively with Rocky Linux

Key Features

Natural Language Processing

  • Flexible terminology: Use "zone" or "cloud", "small" or "4GB" interchangeably
  • Smart template matching: "Ubuntu", "ubuntu", "Ubuntu 22.04" all work
  • Multi-VM patterns: "web01->web03" creates web01, web02, web03

Intelligent Distribution

  • Auto-placement: VME cluster load balancing (default)
  • Spread strategy: Distribute VMs across all cluster nodes
  • Specific targeting: Assign VMs to particular nodes

Resource Resolution

  • Automatically finds the latest OS versions (Ubuntu 24.04, Rocky 9, etc.)
  • Intelligent size matching (small → 4GB, medium → 8GB)
  • Fallback handling for unknown resources

Testing

# Verify API connectivity (optional)
npm run test:api

# Run comprehensive test suite
npm test

Troubleshooting

Server Not Loading

claude mcp get vme-server
claude --debug

Authentication Issues

npm run test:api

VM Creation Problems

Check your VME permissions and resource availability.

Documentation

  • CONTRIBUTING.md - Development setup, testing, and contribution guidelines
  • TESTING.md - Comprehensive test documentation and coverage
  • CLAUDE.md - Architecture vision and AI-driven development roadmap

License

ISC License - see LICENSE file for details.


Need help? Check the troubleshooting guide or open an issue.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Serper MCP ServerA Serper MCP Server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
CursorThe AI Code Editor
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
Amap Maps高德地图官方 MCP Server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.