MCP Hub
Back to servers

casemgr-mcp

CMMN case management with 184 MCP tools for cases, tasks, workflows, billing, and AI agents.

Registry
Updated
Apr 4, 2026

Quick Install

npx -y casemgr-mcp

casemgr-mcp

Stdio-to-HTTP bridge for the CaseMgr MCP server. Enables any MCP client that supports stdio transport (Claude Desktop, Cursor, etc.) to connect to CaseMgr's hosted endpoint.

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?

CaseMgr is a CMMN-based case management system with 184 MCP tools for managing cases, notes, tasks, files, bookmarks, todos, invoices, durations, expenses, and workflows.

Features:

  • Cases & items — notes, tasks, stages, milestones, sentries, bookmarks, files, folders, todos
  • CMMN workflows — sentry-gated stage execution with automatic lifecycle management
  • Billing & invoicing — time tracking, expenses, client management, LaTeX/PDF invoice generation
  • Semantic search — natural language search across all content
  • AI work queue — dispatch, claim, and complete work items for multi-agent workflows
  • Models & templates — reusable case plan models with publish, version, and instantiate
  • File management — upload, download, versioning
  • Workspaces & worktrees — organize cases, link git worktrees

Environment Variables

VariableRequiredDefaultDescription
CASEMGR_API_TOKENYesAPI token from casemgr.systems/tokens
CASEMGR_URLNohttps://casemgr.systems/mcpMCP endpoint URL (for self-hosted instances)

License

MIT

Reviews

No reviews yet

Sign in to write a review