Skip to main content
Glama

PostgreSQL MCP Server

.env.example379 B
# .env.example # PostgreSQL Database Configuration POSTGRES_USERNAME=your_username POSTGRES_PASSWORD=your_password POSTGRES_HOST=localhost POSTGRES_DATABASE=your_database # HTTP Server Configuration PORT=3000 HOST=0.0.0.0 # CORS Configuration (comma-separated list of allowed origins) CORS_ORIGIN=http://localhost:8080,http://localhost:3000 # Environment NODE_ENV=development

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/ahmedmustahid/postgres-mcp-server'

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