RE-call MCP Memory Server for Windsurf
io.github.giulioder/re-call
Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing.
client:Windsurf
transport:stdio
runtime:pypi
Install RE-call MCP Memory Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs