casemgr-mcp
CaseMgr MCP stdio-to-HTTP bridge — connects stdio MCP clients to the CaseMgr hosted endpoint (184 tools)
Documentation
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-mcpGet 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
Frequently asked questions
What is casemgr-mcp?
casemgr-mcp is CaseMgr MCP stdio-to-HTTP bridge — connects stdio MCP clients to the CaseMgr hosted endpoint (184 tools)
How do I install casemgr-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is casemgr-mcp open source?
Yes — it is hosted on GitHub at https://github.com/mstang/casemgr-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is a 12306 ticket search server based on the Model Context Protocol (MCP).
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP