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 does not 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 authenticates via OAuth automatically — no token needed. Just add the server URL:
{
"mcpServers": {
"casemgr": {
"url": "https://casemgr.systems/mcp"
}
}
}
If you prefer token auth, add "headers": { "Authorization": "Bearer your_token_here" }.
Smithery
Install directly via Smithery — one-click setup for Claude Code, Cursor, Codex, and more.
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 (stdio) | — | API token from casemgr.systems/tokens. Required for stdio clients (Claude Desktop, Cursor). Not needed for Claude Code, which uses OAuth. |
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
Agent Collaboration
A dynamic server for managing multi-agent collaboration within tmux sessions, featuring flexible pane configurations and auto-detection.
YNAB MCP Server
Integrate AI assistants with your You Need A Budget (YNAB) account for budget automation and analysis.
EndNote Library Connector
Search, cite, and read PDFs from your EndNote reference library directly in Claude Desktop
TaskMaster Todoist
An MCP server for integrating Todoist with Cursor AI. Requires a Todoist API token.
Goodday
A read-only server for the Goodday project management platform.
Excel MCP Server
Manipulate Excel files (XLSX, XLSM, etc.) without needing Microsoft Excel, featuring an integrated AI assistant.
CN Calendar Skill
Chinese calendar MCP server — holidays, lunar/solar conversion, 24 solar terms, workday calculation, 13 endpoints, zero API dependency
JIRA
Access and manage JIRA issues, projects, and users with optimized data payloads for AI context windows.
mpesa-mcp
MCP server for M-Pesa (Safaricom Daraja) and Africa's Talking APIs. Gives AI coding assistants — Claude Code, Cursor, GitHub Copilot — direct access to East African payment and SMS infrastructure from a single server. What it does: STK Push payments via Safaricom Daraja (triggers M-Pesa prompt on user's phone) Transaction status queries SMS to 20+ African telecom networks via Africa's Talking Airtime top-up across East and West Africa Safety: All 5 tools are annotated per MCP 2025-03-26 spec — payment and SMS tools declare destructiveHint: true, so Claude Desktop and other clients show confirmation dialogs before executing. Query tools declare readOnlyHint: true for auto-approval. Install: pip install mpesa-mcp Who it's for: Developers building AI agents for East African markets. M-Pesa handles ~$50B/year in transactions and reaches 50M+ users. Africa's Talking reaches 300M+ phones across 20+ telecoms.
Memory Pickle MCP
A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.