Skip to content
Claude Desktop

RE-call MCP Memory Server for Claude Desktop

io.github.giulioder/re-call

Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing.

client:Claude Desktop transport:stdio runtime:pypi

Install RE-call MCP Memory Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RE-call MCP Memory Server in other clients