Skip to main content
Glama

Georgia Tech MCP Server

by wondermuttt
config-ssl-example.json542 B
{ "server": { "host": "0.0.0.0", "port": 8080, "log_level": "INFO", "ssl_enabled": true, "ssl_certfile": "/etc/letsencrypt/live/wmjump1.henkelman.net/fullchain.pem", "ssl_keyfile": "/etc/letsencrypt/live/wmjump1.henkelman.net/privkey.pem", "ssl_ca_certs": null, "external_host": "wmjump1.henkelman.net", "external_port": 8080, "external_scheme": "https" }, "scraper": { "delay": 1.0, "timeout": 30, "max_retries": 3 }, "cache": { "enabled": true, "ttl_seconds": 3600 } }

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/wondermuttt/gtmcp'

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