About CaseMgr
CaseMgr is an MCP (Model Context Protocol) server designed to give AI assistants persistent memory and structured case management capabilities.
The Problem
AI assistants are stateless – each conversation starts fresh with no memory of previous interactions. This makes it difficult to:
- Track ongoing projects across multiple sessions
- Maintain context about client work and billing
- Store and organize files, notes, and bookmarks
- Build up knowledge over time
The Solution
CaseMgr provides a graph database backend that AI assistants can use via the MCP protocol to:
- Create and manage cases – Organize work into projects with hierarchical items
- Track time and billing – Log durations, create invoices, manage clients
- Store files – Content-addressable storage with automatic deduplication
- Model workflows – CMMN-compliant tasks, stages, milestones, and sentries
- Link everything – Graph relationships connect all entities flexibly
Technology Stack
Backend
- Elixir / Phoenix
- ArcadeDB (Graph Database)
- MCP Protocol Server
Standards
- CMMN (Case Management Model)
- MCP (Model Context Protocol)
- JSON-RPC 2.0