Skip to content
Cline

RE-call MCP Memory Server for Cline

io.github.giulioder/re-call

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

client:Cline transport:stdio runtime:pypi

Install RE-call MCP Memory Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

RE-call MCP Memory Server in other clients