agentmem for Cursor
io.github.thezenmonster/agentmem
Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.
client:Cursor
transport:stdio
runtime:pypi
Install agentmem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentmem": {
"type": "stdio",
"command": "uvx",
"args": [
"quilmem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs