Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Magnemo in other clients