vlp-mcp-agent

ATE-Labs/vlp-mcp-agent
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for VLP lab VM automation — wraps vlp-tools-agent REST API with AI-native MCP tools
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vlp-mcp-agent": {
      "command": "uvx",
      "args": [
        "vlp-mcp-agent"
      ]
    }
  }
}

Or install with pip: pip install vlp-mcp-agent

README Excerpt

MCP server for VLP lab VM automation. Runs on the manager VM of an EPC HOL SKU vPOD alongside the existing `vlp-tools-agent`. Exposes VM capabilities as first-class MCP tools so Cursor, Claude Code, and other AI agents can automate lab tasks without manual SSH sessions. Wraps the co-located [`vlp-tools-agent`](https://github.com/ATE-Labs/vlp-tools-agent) REST API at `localhost:8787` and adds general VM tooling on top. The existing agent's WebSocket connection to the VLP Hub is untouched.

Tools (10)

download_fileexecute_scriptget_vm_infohttp_requestlist_directoryread_filerun_commandtrigger_vlp_operationupload_filewrite_file