mcpbeat Sign in

Casemgr MCP Server

local only

Casemgr MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 25 May 2026.

Shared workspace your AI agent writes to. 184 tools, persistent memory, semantic search.

Installs per day peak 24 · avg 6 · -34% w/w
a month agotoday
24
Installs / week
npm · casemgr-mcp
0
Stars
0 open issues
25 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Casemgr MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add casemgr-mcp -- npx -y casemgr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "casemgr-mcp": {
      "args": [
        "-y",
        "casemgr-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.casemgr-mcp]
command = "npx"
args = ["-y", "casemgr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "casemgr-mcp": {
      "args": [
        "-y",
        "casemgr-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "casemgr-mcp": {
      "args": [
        "-y",
        "casemgr-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CASEMGR_API_TOKEN (API token from casemgr.systems/tokens). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Casemgr MCP

same job, measured the same way
Writespace MCP
by write-space

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

answering
Iranti
by nfemmanuel

Persistent, shared memory for AI agents — facts, checkpoints, semantic search.

260 installs/wk local only
Ace Memory
by rudedoggg

Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.

answering
sayou
by pixell-global

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

52 installs/wk local only
Montycat MCP - Shared Memory for AI Agents
by montygovernance

Shared, persistent memory for AI agents, with semantic recall and live updates.

1 522 installs/wk local only
Novyx MCP
by novyxlabs

Persistent memory for AI agents with rollback, audit trails, and semantic search.

373 installs/wk local only
Context Cloud
by abhinavala

Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.

103 installs/wk answering
memsprout
by memsprout

shared AI-context layer for teams — persistent memory your agents search and update over MCP

answering

Casemgr MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Casemgr MCP?
Casemgr MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package casemgr-mcp was installed 24 times last week.
How do I connect Casemgr MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls casemgr-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Casemgr MCP?
The npm package casemgr-mcp was installed 24 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Casemgr MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.