bullmq

GitHub

BullMQ - Message Queue and Batch processing for NodeJS, Python, .NET, Elixir, Rust and PHP based on Redis or PostgreSQL

9,268 stars TypeScript 1 file ยท ~5,604 tokens #background-jobs#elixir#nodejs#php#python#queue#redis#rust

Postgres (bullmq) MCP Server

Model Context Protocol (postgres) server

View all bullmq servers
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