Skip to main content
Glama
config.yaml.example647 B
# SSH Hosts Configuration # Add your Linux VMs here with their connection details # Password is used for both SSH authentication and sudo commands hosts: # Example VM configurations vm1: hostname: "192.168.1.100" port: 22 username: "root" password: "your_password_here" description: "Main development VM" vm2: hostname: "192.168.1.101" port: 22 username: "admin" password: "admin_password" description: "Test server" # Add more hosts as needed # vm3: # hostname: "192.168.1.102" # port: 22 # username: "user" # password: "password" # description: "Optional description"

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/Jutop/MCP_Linux_Administration_SSH-OpenWebUI_Tool'

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