KVMFleet MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KVMFLEET_API | No | The API endpoint URL. Default is https://app.kvmfleet.io | https://app.kvmfleet.io |
| KVMFLEET_TOKEN | Yes | Your API token for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devicesA | List all KVM devices in the operator's organisation, with online/offline state and recent health metrics. Use this to answer 'what's in the fleet' or 'is X online' questions. |
| get_device_healthB | Detailed health snapshot for a single device: temperature, uptime, agent version, last seen. |
| query_audit_logB | Recent audit events for the org, optionally filtered. Useful to answer questions like 'who started a console session today' or 'were there failed logins overnight'. |
| verify_audit_integrityA | Re-walk the per-org audit hash chain on the server and report whether it's intact. Use this when a user wants compliance reassurance. |
| list_open_console_sessionsA | List currently-open (unended) console sessions in the org. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/KVMFleet/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server