plugins marketplace
← All plugins

bunqueue

v1.1.0

AI-native job queue for Bun — skills, MCP server (73 tools), custom agent, SQLite persistence, cron, priorities, retries, DLQ, webhooks

Claude Code1 skill1 MCP serverstdio

by egeominottiMIT528updated 4 days ago

Source

git clone https://github.com/egeominotti/bunqueue

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

bunqueue/
├── .claude-plugin/plugin.json
├── skills/bunqueue/SKILL.md
└── .mcp.json

Skills1

bunqueueskills/bunqueue/SKILL.md

Use bunqueue job queue library - Queue, Worker, Bunqueue (simple mode), FlowProducer, cron, DLQ, embedded and TCP modes

MCP servers1

bunqueuestdio
command
bun
args
run src/mcp/index.ts
env.BUNQUEUE_MODE
embedded
env.DATA_PATH
./data/bunq.db

Manifests1

.claude-plugin/plugin.json
{
  "name": "bunqueue",
  "description": "AI-native job queue for Bun — skills, MCP server (73 tools), custom agent, SQLite persistence, cron, priorities, retries, DLQ, webhooks",
  "version": "1.1.0",
  "author": {
    "name": "egeominotti"
  },
  "homepage": "https://github.com/egeominotti/bunqueue",
  "repository": "https://github.com/egeominotti/bunqueue",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "ai-native",
    "mcp",
    "job-queue",
    "bun",
    "sqlite"
  ]
}