Skip to content
Zed

casemgr mcp for Zed

io.github.mstang/casemgr-mcp

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

client:Zed transport:stdio runtime:npm

Install casemgr mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "casemgr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "casemgr-mcp"
      ],
      "env": {
        "CASEMGR_API_TOKEN": "<CASEMGR_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

casemgr mcp in other clients