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
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 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,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント