jwhiting/taskq
TaskQ is a durable, concurrency-safe tasks queue service for coding agents to use for high number, repetitive workloads such as codebase refactoring or per-file batch operations.
Platform-specific configuration:
{
"mcpServers": {
"taskq": {
"command": "npx",
"args": [
"-y",
"taskq"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...