Queue Workers
MCP Serverby omer-metin · Added 5mo ago
Claude
11
Install
git clone https://github.com/omer-metin/skills-for-antigravityAdd to Claude
claude mcp add queue-workersQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"queue-workers": {
"command": "npx",
"args": [
"@modelcontextprotocol/queue-workers"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Patterns for building reliable background job processing systems. Covers message queues, worker pools, retries, dead letter handling, and async workflow orchestration. Use when ", " mentioned.
Tags
ai-mlskill