Magnemo for Cursor
ai.magnemo/magnemo
Governed memory for AI agents. Memory with receipts. Local, plain files, zero network calls.
client:Cursor
transport:stdio
runtime:pypi
Install Magnemo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"magnemo": {
"type": "stdio",
"command": "uvx",
"args": [
"magnemo-mcp"
],
"env": {
"MAGNEMO_VAULT": "<MAGNEMO_VAULT>",
"MAGNEMO_AGENT": "<MAGNEMO_AGENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs