πŸ”§

BullMQ MCP Server

πŸ”§MCP Server

adamhancock/bullmq-mcp

Security check pending
glamahybrid

Installation

Local ServerAuto-generated from README. View full documentation on GitHub β†’
claude mcp add --scope user bullmq -- npx -y @adamhancock/bullmq-mcp
Claude CLIAdd MCP server via Claude CLI
claude mcp add-json bullmq --scope user '{"command": "docker", "args": ["run", "-i", "--rm", "-e", "REDIS_URL=redis://host.docker.internal:6379", "ghcr.io/adamhancock/bullmq-mcp:latest"], "scope": "user"}'
Local Server
claude mcp add --scope user bullmq -e REDIS_URL=redis://localhost:6379 -- npx -y @adamhancock/bullmq-mcp
Server ConfigurationServer configuration (JSON)
{ "mcpServers": { "bullmq": { "command": "npx", "args": ["-y",...
3
Last UpdatedDec 10, 2025