Connection Error
Attempting to reconnect...
Server Error
Reconnecting...
Your AI Agent's Workspace
Chat logs vanish between sessions. Markdown files pile up in directories — after a week the names don't make sense. Every new conversation starts from zero.
CaseMgr fixes that. It's a shared workspace — you and your AI agent both read and write to it. Everything persists.
How It Works
You create context. Your agent uses it. You review what it wrote. Come back tomorrow and pick up where you left off.
Create a case for what you're working on
A project, a client, a research topic. Add initial context — notes, links, screenshots, steps to follow.
Connect your AI agent via MCP
Works with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client. Your agent reads the case and knows what you're working on.
Collaborate through the case
Your agent creates notes when it finds things. Creates tasks when there's work to do. Marks things done when it finishes. You review, edit, and add your own.
Pick up where you left off
Come back tomorrow — or next week. The agent reads the case and resumes. No re-explaining. No lost work.
"I asked my agent what I'd done over the last two months. It reviewed my cases and gave me a complete summary. That's only possible because the work lived in CaseMgr, not in chat transcripts."
— Mark Stang, creator of CaseMgr
What Your Agent Can Do
Cases & Items
Notes, tasks, todos, bookmarks, files, folders, checkboxes, journal entries. Your agent creates them; you review and edit.
Semantic Search
Ask 'find everything about last week's deployment' and get results. Natural language search across all your cases.
Workflow Execution
Stages with tasks, gated by completion. Visual Mermaid diagrams show the flow. Your agent executes the steps.
Context Recovery
After a session ends or context compacts, your agent recovers from the case. No re-briefing, no lost context.
File Management
Upload screenshots, documents, PDFs. Drag and drop in the browser. Your agent can upload via API too.
Cross-Session Persistence
Everything lives in CaseMgr, not in chat logs or markdown files. Work accumulates across days and weeks.
Connect in 60 Seconds
Add CaseMgr to your MCP client config. Works with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.
{
"mcpServers": {
"casemgr": {
"url": "https://casemgr.systems/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
Or install the stdio bridge: npm install -g casemgr-mcp
Questions? mark@casemgr.systems