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