CMMN case management with 184 MCP tools for cases, tasks, workflows, billing, and AI agents.
CMMN case management with 184 MCP tools for cases, tasks, workflows, billing, and AI agents. That is what the casemgr mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
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.
A shared, persistent workspace for you and your AI agent — 184 MCP tools across a graph of notes, tasks, files, calendar, and agent presence.
The server publishes 6 tools. What each one is for:
Multi — agent task queue** — dispatch, claim, and complete work items across multiple agentsEvent — driven workflows** — CMMN stages with sentry-gated execution and auto-lifecycle managementVariable — RequiredCASEMGR_API_TOKEN — Yes (stdio)CASEMGR_URL — NoSmithery — Install directly via Smithery — one-click setup for Claude Code, Cursor, Codex, and moreBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: CASEMGR_API_TOKEN, CASEMGR_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Casemgr's toolset — Multi, Event, Variable and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mstang; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
| Variable | Required |
| CASEMGR_API_TOKEN | Yes (stdio) |
| CASEMGR_URL | No |
| Smithery | Install directly via [Smithery](https://smithery.ai/servers/mstang/casemgr) — one-click setup for Claude Code, Cursor, Codex, and more. |
{
"mcpServers": {
"casemgr": {
"command": "npx",
"args": ["-y", "casemgr-mcp"],
"env": {
"CASEMGR_API_TOKEN": "your-value",
"CASEMGR_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| CASEMGR_API_TOKEN | Credential the server authenticates with. | Yes |
| CASEMGR_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.