Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERGEOS_HOSTNoYour VergeOS host address
VERGEOS_PASSNoVergeOS password
VERGEOS_USERNoVergeOS username (typically 'admin')
VERGEOS_TOKENNoVergeOS API token (recommended instead of username/password)
VERGEOS_MCP_URLNoThe URL of the remote MCP server (for local proxy configuration)https://vergeos-mcp.yourdomain.com

Tools

Functions exposed to the LLM to take actions

NameDescription
list_vms

List all virtual machines in VergeOS. Can filter by running status or name.

get_vm

Get detailed information about a specific VM by ID

get_vm_status

Get the current status of a VM (running, stopped, etc.)

power_on_vm

Power on a virtual machine

power_off_vm

Power off a virtual machine (graceful shutdown)

reset_vm

Reset/reboot a virtual machine

get_vm_nics

Get network interfaces for a VM

get_vm_drives

Get disk drives for a VM

list_networks

List all virtual networks in VergeOS

get_network

Get detailed information about a specific network

network_action

Perform an action on a network (poweron, poweroff, reset, apply)

list_tenants

List all tenants in VergeOS

get_tenant

Get detailed information about a specific tenant

tenant_action

Perform an action on a tenant (poweron, poweroff, reset)

list_nodes

List all nodes in the VergeOS cluster

get_node_stats

Get statistics for a specific node

get_cluster_status

Get the overall cluster status

get_cluster_stats

Get cluster tier statistics (storage tiers)

list_volumes

List all storage volumes

get_logs

Get recent system logs

get_alarms

Get active system alarms

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Cluster StatusCurrent VergeOS cluster status and health
Virtual MachinesList of all virtual machines
Virtual NetworksList of all virtual networks
Active AlarmsCurrent active system alarms

Latest Blog Posts

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