Skip to content
Zed

Weasley DeepMind for Zed

io.github.potatohoney-p/weasley-deepmind

Secure, fragment-based long-term memory for MCP-compatible AI agents.

client:Zed transport:stdio runtime:npm

Install Weasley DeepMind 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": {
    "weasley-deepmind": {
      "command": "npx",
      "args": [
        "-y",
        "weasley-deepmind"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "WEASLEY_DEEPMIND_AUTO_MIGRATE": "<WEASLEY_DEEPMIND_AUTO_MIGRATE>",
        "EMBEDDING_API_KEY": "<EMBEDDING_API_KEY>"
      }
    }
  }
}

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

Weasley DeepMind in other clients