Skip to content
Cursor

casemgr mcp for Cursor

io.github.mstang/casemgr-mcp

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

client:Cursor transport:stdio runtime:npm

Install casemgr mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

casemgr mcp in other clients