Odel
RE-call MCP Memory Server

RE-call MCP Memory Server

Local
@giulioder3PythonApache-2.0Updated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrecall-ragv0.12.0

Run

uvx recall-rag

MCP client config

{
  "mcpServers": {
    "re-call-mcp-memory-server": {
      "command": "uvx",
      "args": [
        "recall-rag"
      ]
    }
  }
}