crunchy-work
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crunchy-workCreate a card 'write documentation' in the To Do column of my project."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Crunchy
Trello for coding agents. A kanban board and lean docs that live on your machine, which Claude Code, Cursor and the rest can drive over MCP.
No account. No API key. No database to set up. Free and MIT.
Status: pre-release. Feature-complete and tested; not yet published to npm.
npx crunchy-workThat's it — it creates ~/.crunchy, opens your browser, and offers to connect any agent
clients it finds. Or skip the UI entirely and give your agent the tools directly:
claude mcp add crunchy -- npx -y crunchy-work mcpAlready have clients installed? One command wires up all of them:
npx crunchy-work connect # add --dry-run to see what it would doIt finds Claude Code, Claude Desktop, Cursor, VS Code and Windsurf, writes each one's config in its own format, and backs up anything it touches.
Why
Your agent forgets. Crunchy doesn't.
The board and the docs are still there next session — so the plan lives somewhere your agent can read it, not in a chat log you've closed.
Related MCP server: roadmap-skill
What it is
Projects — each with one kanban board and its own markdown docs
A board — columns and cards, drag and drop, live-updating
Docs — markdown per project, for the context that isn't a task
MCP — every capability is a tool, so an agent can do anything you can
What it isn't
Crunchy is deliberately small. No workspaces, no multiple boards per project, no list view, no calendar, no roles or permissions, no built-in AI chat. If you want those, they belong to Crunchy Team.
Commands
crunchy # start the app and open it in your browser
crunchy mcp # MCP server on stdio — no server, no port, no browser
crunchy connect # wire up installed agent clients
crunchy export [dir] # write everything out as markdown and JSONOptions: --port, --data, --no-open, --yes, --help, --version.
Your data is yours
Everything lives in one folder (~/.crunchy, or wherever --data points).
crunchy export writes it all out as readable markdown plus a complete JSON dump,
and deleting the folder removes every trace. Leaving should be easy.
Requirements
Node 22.5 or newer. Nothing else.
Development
npm install
npm run dev # web on :4420
npm run dev:server # api on :4421
npm test
npm run buildLicence
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Task & board management for AI agents + humans. Kanban, comments, digests via MCP.
Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
AI-native Kanban board — connect Claude to claim, work and move your tasks over MCP.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides a database-backed kanban board with 40+ tools for AI agents to track issues, features, todos, epics, and diary entries across projects, including status workflows, relationships, and semantic search.4580MIT
- AlicenseBqualityDmaintenanceEnables AI agents and humans to collaboratively plan and manage tasks with a shared kanban and dependency graph, all stored locally.312677MIT
- AlicenseNot gradedqualityDmaintenanceA local-first Kanban board for AI agents that enables ticket management via MCP tools, with a real-time web UI.153MIT
- AlicenseNot gradedqualityAmaintenanceA kanban board MCP server that enables AI agents to read and write project boards through session loops, with built-in cost tracking and local-first storage.101MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bit-gang-studio/crunchy-work'
If you have feedback or need assistance with the MCP directory API, please join our Discord server