VergeOS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERGEOS_HOST | No | Your VergeOS host address | |
| VERGEOS_PASS | No | VergeOS password | |
| VERGEOS_USER | No | VergeOS username (typically 'admin') | |
| VERGEOS_TOKEN | No | VergeOS API token (recommended instead of username/password) | |
| VERGEOS_MCP_URL | No | The URL of the remote MCP server (for local proxy configuration) | https://vergeos-mcp.yourdomain.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_vmsB | List all virtual machines in VergeOS. Can filter by running status or name. |
| get_vmB | Get detailed information about a specific VM by ID |
| get_vm_statusC | Get the current status of a VM (running, stopped, etc.) |
| power_on_vmC | Power on a virtual machine |
| power_off_vmC | Power off a virtual machine (graceful shutdown) |
| reset_vmC | Reset/reboot a virtual machine |
| get_vm_nicsC | Get network interfaces for a VM |
| get_vm_drivesC | Get disk drives for a VM |
| list_networksB | List all virtual networks in VergeOS |
| get_networkC | Get detailed information about a specific network |
| network_actionC | Perform an action on a network (poweron, poweroff, reset, apply) |
| list_tenantsB | List all tenants in VergeOS |
| get_tenantC | Get detailed information about a specific tenant |
| tenant_actionC | Perform an action on a tenant (poweron, poweroff, reset) |
| list_nodesB | List all nodes in the VergeOS cluster |
| get_node_statsC | Get statistics for a specific node |
| get_cluster_statusB | Get the overall cluster status |
| get_cluster_statsB | Get cluster tier statistics (storage tiers) |
| list_volumesB | List all storage volumes |
| get_logsC | Get recent system logs |
| get_alarmsB | Get active system alarms |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Cluster Status | Current VergeOS cluster status and health |
| Virtual Machines | List of all virtual machines |
| Virtual Networks | List of all virtual networks |
| Active Alarms | Current active system alarms |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvvincent/vergeos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server