Skip to content
Cursor

Mnemosyne OS for Cursor

io.github.mnemosyne-os/mcp

Memory the human governs, on their own machine, plus what other coding agents here wrote.

client:Cursor transport:stdio runtime:npm

Install Mnemosyne OS 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": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mnemosyne_os/mcp"
      ],
      "env": {
        "MNEMO_DEFAULT_VAULT": "<MNEMO_DEFAULT_VAULT>",
        "MNEMO_VAULTS": "<MNEMO_VAULTS>",
        "MNEMO_SDK_PORT": "<MNEMO_SDK_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mnemosyne OS in other clients