BullMQ MCP
@adamhancock
关于 BullMQ MCP
A comprehensive BullMQ MCP (Model Context Protocol) server for managing BullMQ Redis-based job queues. This BullMQ MCP integration enables Claude Code and other AI assistants to interact with BullMQ queues, monitor job status, manage workers, and perform queue operations through
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bullmq": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/adamhancock/bullmq-mcp:latest"
],
"env": {
"REDIS_URL": "redis://host.docker.internal:6379"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is BullMQ MCP?
BullMQ MCP is a Model Context Protocol server for managing BullMQ Redis-based job queues. It enables Claude Desktop and other AI assistants to interact with BullMQ queues, monitor job status, manage workers, and perform queue operations through natural language.
How to use BullMQ MCP?
Install via npm, pnpm, yarn, or Docker. Configure Claude Desktop by adding the server to the MCP configuration file with a Redis URL or connection parameters. Use the provided tools such as connect, list_queues, add_job, get_jobs, and others to manage queues and jobs.
Key features of BullMQ MCP
- Manage connections to multiple Redis instances
- Perform queue operations: list, pause, resume, drain, clean
- Add, remove, retry, and promote jobs
- Monitor job details, logs, and statistics
- Clean jobs by status with configurable limits
- Filter jobs by active, waiting, completed, failed, delayed
Use cases of BullMQ MCP
- Connect to Redis and explore existing BullMQ queues
- Add a new job to a queue with custom data and options
- Monitor job progress, view logs, and retry failed jobs
- Perform queue maintenance: drain, clean, pause, resume
- Manage multiple environments (dev, staging, production) via separate connections
FAQ from BullMQ MCP
How do I connect to a Redis instance?
Use the connect tool with a URL, or provide host, port, password, and db parameters. The server also respects the REDIS_URL environment variable if set.
Can I run the server using Docker?
Yes
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论