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
[Unit]
Description=Georgia Tech MCP Server
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"
Environment="MCP_HOST=0.0.0.0"
Environment="MCP_PORT=8080"
Environment="SSL_CERT=/etc/letsencrypt/live/wmjump1.henkelman.net/fullchain.pem"
Environment="SSL_KEY=/etc/letsencrypt/live/wmjump1.henkelman.net/privkey.pem"
ExecStart=/home/wondermutt/miniforge3/envs/gtmcp/bin/python -m gtmcp.mcp_server
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