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•483 B
PG_HOST=localhost
PG_PORT=5432
PG_DB=pagila
PG_USER=your_db_user_here
PG_PASSWORD=your_password_here
LOG_LEVEL=INFO
# Copy this file to `config.env` and fill in real credentials. Do NOT commit your
# actual `config.env` — it's included in .gitignore for safety.
# 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