We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/karthikingithub/pagila-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.env.example•218 B
# Example config.env for pagila-mcp
# Copy this to config.env and fill values before running the server
PG_HOST=localhost
PG_PORT=5432
PG_DB=pagila
PG_USER=postgres
PG_PASSWORD=
# logging
LOG_LEVEL=INFO
LOG_DIR=logs