casemgr-mcp

casemgr-mcp

Shared workspace your AI agents write to. CMMN case management with 184+ MCP tools: cases, tasks, event-driven CMMN workflows with sentries, persistent memory with semantic search, billing and invoicing. OAuth or token auth; cloud-hosted remote MCP endpoint.

Category
Visit Server

README

casemgr-mcp

smithery badge

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-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 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured