mcpbeat Sign in

RE-call MCP Memory Server MCP Server

by giulioder Your server? Claim it
local only

RE-call MCP Memory Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 078 installs a week from pypi. Last commit 31 Aug 2026.

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

Installs per day peak 588 · avg 195 · -48% w/w
a month agotoday
1 078
Installs / week
pypi · recall-rag
3
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
Runs an external command recall_consistency/history_corpus.py:35, [пакет] recall_consistency/history_corpus.py:35, recall/wizard/probe.py:86 и ещё 13
        done = subprocess.run(
    root = next((path for path in staging.iterdir() if path.is_dir()), staging)
Dumps the whole environment recall_mcp/auth.py:408, recall_mcp/factories.py:97, recall_mcp/translation.py:156 и ещё 13
    source = env if env is not None else dict(os.environ)
Touches key and credential files results/graph_precision_baseline_20260825.json:453, results/graph_precision_baseline_answers_20260825.json:1691, results/graph_precision_combined_h16_m005_20260825.json:453 и ещё 49
…25932d9bb\",\n        \"text\": \"**How to apply:**\\n- Step 0 (always): `sudo passwd -S <user>` (or `sudo grep <user>: /etc/shadow | cut -d: -f2`) \\u2014 if it shows `L` / `*` / empty hash, no password is set.\\n- If no password: ask the operator before deploy, *\\\"do you want…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add re-call -- uvx recall-rag
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "re-call": {
      "args": [
        "recall-rag"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.re-call]
command = "uvx"
args = ["recall-rag"]
.cursor/mcp.json
{
  "mcpServers": {
    "re-call": {
      "args": [
        "recall-rag"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "re-call": {
      "args": [
        "recall-rag"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to RE-call MCP Memory Server

same job, measured the same way
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
OneDroid Engram
by onedroid

Versioned agent memory in your own Postgres: portable context, permissioned, audit trail.

answering
metabrain
by ariaxhan

MCP server giving AI agents persistent SQLite memory that proves which lessons hold.

1 213 installs/wk local only
nlqdb — analytical memory for AI agents
by nlqdb

Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.

answering
I
Xata
by xataio

Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches.

answering
SafeSelect MCP
by antonillos

Fail-closed, read-only PostgreSQL and MongoDB access for AI agents over MCP.

local only
Memory MCP Server
by j0hanz

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

58 installs/wk local only
I
Cloudquery
by cloudquery

CloudQuery MCP server for asset inventory data. Supports CLI, PostgreSQL, and Platform modes.

local only

RE-call MCP Memory Server — questions

Answers built from our own checks of this server.

Why is there no uptime for RE-call MCP Memory Server?
RE-call MCP Memory Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package recall-rag was installed 1 078 times last week.
How do I connect RE-call MCP Memory Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls recall-rag straight from pypi; nothing to host, nothing to sign up for.
How many people use RE-call MCP Memory Server?
The pypi package recall-rag was installed 1 078 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RE-call MCP Memory Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.