-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Jonathan D.A. Jewell edited this page Mar 28, 2026
·
1 revision
Bag of Jobs — a cartridge-based tool server.
BoJ implements the Model Context Protocol (MCP) specification. AI agents like Claude Code connect to BoJ as an MCP server and can use any loaded cartridge as a tool.
Yes. BoJ is a standalone MCP server. It works with any MCP-compatible client.
Currently ~15 production cartridges (GitHub, GitLab, Cloudflare, Vercel, Gmail, Calendar, Browser, Research, ML). Target is 50+ via the 3-a-day programme.
Deno provides secure-by-default permissions, TypeScript support without compilation, and npm compatibility. Node.js is banned in the hyperpolymath ecosystem.
See the Guides page for cartridge creation instructions.