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
[phases.setup]
nixPkgs = ["python311", "poppler_utils"]
[phases.install]
cmds = ["pip install -r web/requirements.txt"]
[start]
cmd = "cd web && gunicorn app:app --bind 0.0.0.0:$PORT --workers 2 --timeout 600"
[variables]
PYTHONPATH = "/app"