Stats
Actions
Tags
From bunqueue
Interactive TodoMVC-like queue manager. Run locally to manage task queues with add, get, list, delete operations, plus agentic improvements (prioritization, grouping). Context-aware modes (light/full) and persistent data store.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bunqueue": {
"command": "bun",
"args": [
"run",
"src/mcp/index.ts"
],
"env": {
"DATA_PATH": "./data/bunq.db",
"BUNQUEUE_MODE": "embedded"
}
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
DATA_PATH=./data/bunq.dbBUNQUEUE_MODE=embeddednpx claudepluginhub egeominotti/bunqueue