CaseMgr MCP
Shared workspace your AI agents write to — 184+ MCP tools for CMMN case management.
casemgr-mcp
A shared workspace your AI agent actually writes to — 184 MCP tools.
It creates notes when it finds things, plans tasks when work appears, and marks them done. You review and edit. Persistent memory + semantic search across a graph of notes, tasks, and files.
This package is the stdio-to-HTTP bridge for the CaseMgr MCP server — use it with any MCP client that supports stdio transport (Claude Desktop, Cursor, etc.). For Claude Code, see below — it supports HTTP natively and doesn't need this bridge.
Quick Start
npm install -g casemgr-mcp
Get an API token at casemgr.systems/tokens.
MCP Client Config
Claude Desktop / Cursor
Add to your MCP settings:
{
"mcpServers": {
"casemgr": {
"command": "casemgr-mcp",
"env": {
"CASEMGR_API_TOKEN": "your_token_here"
}
}
}
}
Claude Code (CLI)
Claude Code supports Streamable HTTP natively — you don't need this bridge:
{
"mcpServers": {
"casemgr": {
"url": "https://casemgr.systems/mcp",
"headers": {
"Authorization": "Bearer your_token_here"
}
}
}
}
What is CaseMgr?
A shared, persistent workspace for you and your AI agent — 184 MCP tools across a graph of notes, tasks, files, calendar, and agent presence.
Your agent creates notes when it finds things. Plans tasks when there's work to do. Marks them done as it finishes. You review, edit, and add your own. Nothing is ephemeral — every session resumes exactly where the last one left off, and semantic search spans everything either of you ever wrote.
What's in the workspace:
- Persistent memory — every session resumes where the last one left off; nothing is ephemeral
- Bidirectional graph — agent and user both read and write notes, tasks, bookmarks, files, todos
- Semantic search — natural-language search across everything either of you ever wrote
- Multi-agent task queue — dispatch, claim, and complete work items across multiple agents
- Event-driven workflows — CMMN stages with sentry-gated execution and auto-lifecycle management
- Reusable templates — case plan models with publish, version, and instantiate
- File management — upload, download, versioning, content-aware embeddings
- Workspaces & worktrees — organize cases, link git worktrees across machines
- Time tracking & billing — durations, expenses, invoices with LaTeX/PDF generation
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
CASEMGR_API_TOKEN | Yes | — | API token from casemgr.systems/tokens |
CASEMGR_URL | No | https://casemgr.systems/mcp | MCP endpoint URL (for self-hosted instances) |
License
MIT
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Kone.vc
ผู้สนับสนุนMonetize your AI agent with contextual product recommendations
Tovee.AI
Connect the apps that make you, you
Canvas MCP
Interact with Canvas LMS and Gradescope using AI agents.
DaVinci Resolve MCP
An MCP server integration for the DaVinci Resolve video editing software.
MCPApp
A Google Apps Script-based MCP network that allows AI to securely access Google Workspace data like Gmail and Calendar.
Markdownify
Converts various file types and web content, such as PDFs, images, audio, and web pages, into Markdown format.
OpenTabs
Plugin-based MCP server that gives AI agents access to web applications through the user's authenticated browser session. Chrome extension with 100+ plugins for Slack, Discord, GitHub, Reddit, and more.
Notion MCP Server
An MCP server for interacting with your Notion workspace, enabling LLMs to manage pages and databases.
Bear Notes
Access and manage your notes from the Bear App.
Zammad
A powerful, production-ready Model Context Protocol (MCP) server for Zammad - the open-source helpdesk and ticket system.
MCP Handoff Server
Manages AI agent handoffs with structured documentation and seamless task transitions.