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
#!/bin/bash
# Resume VM
echo '{"jsonrpc": "2.0", "method": "tools/call", "params": {"name": "start_vm", "arguments": {"name": "maggie"}}, "id": 1}' | python3 kvm_mcp_server.py
# Get VNC ports
echo '{"jsonrpc": "2.0", "method": "tools/call", "params": {"name": "get_vnc_ports", "arguments": {}}, "id": 1}' | python3 kvm_mcp_server.py