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