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