Skip to main content
Glama

MCP PostgreSQL Server

by Maxim2324
.env.template963 B
# Server Configuration PORT=3000 NODE_ENV=development LOG_LEVEL=info CORS_ORIGIN=* # Database Configuration DB_HOST=localhost DB_PORT=5432 DB_NAME=your_database DB_USER=your_username DB_PASSWORD=your_password DB_SSL=false DB_POOL_SIZE=10 DB_IDLE_TIMEOUT=30000 DB_CONNECTION_TIMEOUT=5000 # AI Integration AI_INTEGRATION_ENABLED=true AI_MAX_CONCURRENT_REQUESTS=10 AI_REQUEST_TIMEOUT=30000 AI_RATE_LIMIT=100 AI_MODEL_TYPE=claude # or 'cursor' or 'custom' AI_API_KEY=your_ai_api_key # GUI Configuration GUI_ENABLED=true GUI_THEME=light # or 'dark' GUI_MAX_RESULTS=1000 GUI_AUTO_REFRESH=true GUI_QUERY_HISTORY_SIZE=50 GUI_SAVED_QUERIES_LIMIT=100 # Security Configuration JWT_SECRET=your_jwt_secret JWT_EXPIRES_IN=1d RATE_LIMIT_WINDOW_MS=900000 RATE_LIMIT_MAX=100 # Query Configuration MAX_QUERY_EXECUTION_TIME=30000 MAX_ROWS_RETURNED=10000 # Logging LOG_AI_INTERACTIONS=true LOG_GUI_ACTIONS=true # Performance QUERY_TIMEOUT=30000 MAX_RESULTS=1000 POOL_SIZE=10

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/Maxim2324/mcp-server-test'

If you have feedback or need assistance with the MCP directory API, please join our Discord server