Skip to content
Grok

casemgr mcp for Grok

io.github.mstang/casemgr-mcp

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

client:Grok transport:stdio runtime:npm

Install casemgr mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

casemgr mcp in other clients