Skip to main content
Glama

Georgia Tech MCP Server

by wondermuttt
gtmcp-ssl.service806 B
[Unit] Description=Georgia Tech MCP FastAPI Server with SSL After=network.target [Service] Type=simple User=wondermutt Group=wondermutt WorkingDirectory=/home/wondermutt/gtmcp Environment="PATH=/home/wondermutt/miniforge3/envs/gtmcp/bin:/usr/local/bin:/usr/bin:/bin" ExecStart=/home/wondermutt/miniforge3/envs/gtmcp/bin/python -m gtmcp.server_fastapi --host 0.0.0.0 --port 8080 --config config.json --ssl --ssl-cert /etc/letsencrypt/live/wmjump1.henkelman.net/fullchain.pem --ssl-key /etc/letsencrypt/live/wmjump1.henkelman.net/privkey.pem SupplementaryGroups=ssl-cert Restart=always RestartSec=10 # Security settings NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=read-only ReadWritePaths=/home/wondermutt/gtmcp ReadOnlyPaths=/etc/letsencrypt [Install] WantedBy=multi-user.target

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