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
# VergeOS MCP Server Configuration
# VergeOS Host (IP or hostname)
VERGEOS_HOST=your-vergeos-host
# Authentication Option 1: Username/Password
VERGEOS_USER=admin
VERGEOS_PASS=your-password-here
# Authentication Option 2: API Token (preferred for production)
# Get token with: curl -X POST https://your-vergeos-host/api/sys/tokens -u "user:pass" -H "Content-Type: application/json" -d '{"login":"user","password":"pass"}'
# VERGEOS_TOKEN=your-token-here