Skip to main content
Glama

KVM MCP Server

by steveydevey
__init__.py388 B
from .server import main from .config.config import config from .connection.pool import connection_pool from .cache.vm_cache import vm_info_cache from .vm.management import list_vms, start_vm, stop_vm, reboot_vm, get_vm_ip __all__ = [ 'main', 'config', 'connection_pool', 'vm_info_cache', 'list_vms', 'start_vm', 'stop_vm', 'reboot_vm', 'get_vm_ip' ]

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/steveydevey/kvm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server