verifiable memory for Cursor
io.github.mars-proj/verifiable-memory
Memory for AI agents that can't hallucinate — cited or abstains, provable forget, deterministic.
client:Cursor
transport:stdio
runtime:pypi
Install verifiable memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verifiable-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"verifiable-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs