bullmq
BullMQ - Message Queue and Batch processing for NodeJS, Python, .NET, Elixir, Rust and PHP based on Redis or PostgreSQL
Postgres (bullmq) MCP Server
Model Context Protocol (postgres) server
Ready-to-Use Client Configurations
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://user:pass@localhost:5432/dbname"
],
"env": {
"POSTGRES_CONNECTION_STRING": "postgresql://localhost/db"
}
}
}
}
Required Environment Variables & Credentials (1)
| Variable Name | Required | Description | Example / Default |
|---|---|---|---|
| POSTGRES_CONNECTION_STRING | REQUIRED | PostgreSQL connection URL | postgresql://localhost/db |