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