MemoryGuard for Cursor
io.github.irisxc4/memoryguard
Local-first governed MCP memory backend for coding agents.
client:Cursor
transport:stdio
runtime:pypi
Install MemoryGuard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memoryguard": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-memguard"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs