Skip to content
Grok

RE-call MCP Memory Server for Grok

io.github.giulioder/re-call

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

client:Grok transport:stdio runtime:pypi

Install RE-call MCP Memory Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "re-call": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

RE-call MCP Memory Server in other clients