We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gldc/mcp-postgres'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•310 B
# Core MCP
mcp[cli]>=1.20.0
# Database
psycopg[binary]>=3.1.0
psycopg_pool>=3.1.0
# Auth (optional runtime — server works without these if auth disabled)
pyjwt[crypto]>=2.8.0
# Permissions config
pyyaml>=6.0
# Web server (needed for streamable-http/sse transports, pulled in by mcp[cli])
uvicorn>=0.24.0