
Delimit
Unify tasks, memory, and governance across Claude, Cursor, and other assistants in one Delimit workspace via MCP.
Overview
Delimit is a MCP server for the Build phase that provides one shared workspace—tasks, memory, and governance—for every AI coding assistant.
What is this MCP server?
- One workspace for every AI coding assistant
- Shared tasks and memory across models and clients
- Governance layer for multi-assistant workflows
- delimit-cli npm package at version 3.10.4 with stdio transport
- Published from delimit-ai/delimit on GitHub
- Server version 3.10.4
- npm identifier delimit-cli
- stdio MCP transport
Community signal: 19 GitHub stars.
What problem does it solve?
Switching between coding agents scatters tasks and memory so each tool starts from zero.
Who is it for?
Builders using two or more AI coding clients who want one Delimit-backed source of truth.
Skip if: Single-editor workflows with no need for cross-assistant memory or governance.
What do I get? / Deliverables
After registration, assistants pull from the same Delimit workspace for tasks, memory, and governance rules.
- stdio MCP bridge to Delimit workspace
- Shared task and memory access for multiple assistants
- Governance hooks for cross-tool agent work
Recommended MCP Servers
Journey fit
How it compares
Cross-assistant workspace MCP, not a standalone Trello or Git integration.
Common Questions / FAQ
Who is io.github.delimit-ai/delimit for?
Solo and small teams running several AI coding assistants who want shared tasks, memory, and governance in Delimit.
When should I use io.github.delimit-ai/delimit?
Use it during Build (and ongoing Operate) when you switch tools often and need one workspace instead of per-client context.
How do I add io.github.delimit-ai/delimit to my agent?
Install delimit-cli from npm, configure your Delimit account/workspace per Delimit docs, and add the stdio MCP server in your agent’s MCP settings.