# Development environment configuration
# Copy this file to .env.development for local development
# Development database aliases - using only a single database for simplicity
DB_ALIASES=main
DEFAULT_DB_ALIAS=main
# No auth in development mode
ENABLE_AUTH=false
# Development database connection (typically local)
DB_MAIN_HOST=localhost
DB_MAIN_PORT=5432
DB_MAIN_NAME=postgres_mcp_dev
DB_MAIN_USER=postgres
DB_MAIN_PASSWORD=postgres
DB_MAIN_SSL=disable
# Development logging level
LOG_LEVEL=debug
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/llm-graph/postgres-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server