casemgr mcp for Gemini CLI
io.github.mstang/casemgr-mcp
Shared workspace your AI agent writes to. 184 tools, persistent memory, semantic search.
client:Gemini CLI
transport:stdio
runtime:npm
Install casemgr mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"casemgr-mcp": {
"command": "npx",
"args": [
"-y",
"casemgr-mcp"
],
"env": {
"CASEMGR_API_TOKEN": "<CASEMGR_API_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs