Skip to content
Zed

Mnemosyne OS for Zed

io.github.mnemosyne-os/mcp

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

client:Zed transport:stdio runtime:npm

Install Mnemosyne OS in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mnemosyne_os/mcp"
      ],
      "env": {
        "MNEMO_DEFAULT_VAULT": "<MNEMO_DEFAULT_VAULT>",
        "MNEMO_VAULTS": "<MNEMO_VAULTS>",
        "MNEMO_SDK_PORT": "<MNEMO_SDK_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Mnemosyne OS in other clients