We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tbrennem-source/sf-permits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[build]
builder = "nixpacks"
[deploy]
releaseCommand = "cd /app && python -m scripts.release"
startCommand = "gunicorn app:app --bind 0.0.0.0:$PORT --worker-class gevent --workers 4 --worker-connections 100 --timeout 120"
healthcheckPath = "/"
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 3