RE-call MCP Memory Server for Zed
io.github.giulioder/re-call
Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing.
client:Zed
transport:stdio
runtime:pypi
Install RE-call MCP Memory Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"re-call": {
"command": "uvx",
"args": [
"recall-rag"
],
"env": {
"RECALL_SERVING_DSN": "<RECALL_SERVING_DSN>",
"RECALL_TENANT": "<RECALL_TENANT>",
"RECALL_TRUST_MODE": "<RECALL_TRUST_MODE>",
"RECALL_EMBEDDER": "<RECALL_EMBEDDER>",
"RECALL_TABLE": "<RECALL_TABLE>",
"RECALL_MCP_TOOLS": "<RECALL_MCP_TOOLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs