RE-call MCP Memory Server
Rank #1,380io.github.GiulioDER/re-call
Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing.
RE-call MCP Memory Server is a Model Context Protocol (MCP) server published by GiulioDER. It ranks #1,380 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. RE-call MCP Memory Server is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 114,080 of 115,460 servers on MCP Toplist.
Use RE-call MCP Memory Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add re-call -e "RECALL_SERVING_DSN=<your RECALL_SERVING_DSN>" -e "RECALL_TENANT=<your RECALL_TENANT>" -e "RECALL_TRUST_MODE=<your RECALL_TRUST_MODE>" -e "RECALL_EMBEDDER=<your RECALL_EMBEDDER>" -e "RECALL_TABLE=<your RECALL_TABLE>" -e "RECALL_MCP_TOOLS=<your RECALL_MCP_TOOLS>" -- uvx --from "recall-rag[mcp,fastembed]==0.11.0" recall-mcp recall-ragReplace each placeholder with your own value before saving.
[mcp_servers.re-call]
command = "uvx"
args = ["--from", "recall-rag[mcp,fastembed]==0.11.0", "recall-mcp", "recall-rag"]
[mcp_servers.re-call.env]
RECALL_SERVING_DSN = "<your RECALL_SERVING_DSN>"
RECALL_TENANT = "<your RECALL_TENANT>"
RECALL_TRUST_MODE = "<your RECALL_TRUST_MODE>"
RECALL_EMBEDDER = "<your RECALL_EMBEDDER>"
RECALL_TABLE = "<your RECALL_TABLE>"
RECALL_MCP_TOOLS = "<your RECALL_MCP_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"re-call": {
"command": "uvx",
"args": [
"--from",
"recall-rag[mcp,fastembed]==0.11.0",
"recall-mcp",
"recall-rag"
],
"env": {
"RECALL_SERVING_DSN": "<your RECALL_SERVING_DSN>",
"RECALL_TENANT": "<your RECALL_TENANT>",
"RECALL_TRUST_MODE": "<your RECALL_TRUST_MODE>",
"RECALL_EMBEDDER": "<your RECALL_EMBEDDER>",
"RECALL_TABLE": "<your RECALL_TABLE>",
"RECALL_MCP_TOOLS": "<your RECALL_MCP_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"re-call": {
"command": "uvx",
"args": [
"--from",
"recall-rag[mcp,fastembed]==0.11.0",
"recall-mcp",
"recall-rag"
],
"env": {
"RECALL_SERVING_DSN": "<your RECALL_SERVING_DSN>",
"RECALL_TENANT": "<your RECALL_TENANT>",
"RECALL_TRUST_MODE": "<your RECALL_TRUST_MODE>",
"RECALL_EMBEDDER": "<your RECALL_EMBEDDER>",
"RECALL_TABLE": "<your RECALL_TABLE>",
"RECALL_MCP_TOOLS": "<your RECALL_MCP_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"re-call": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"recall-rag[mcp,fastembed]==0.11.0",
"recall-mcp",
"recall-rag"
],
"env": {
"RECALL_SERVING_DSN": "<your RECALL_SERVING_DSN>",
"RECALL_TENANT": "<your RECALL_TENANT>",
"RECALL_TRUST_MODE": "<your RECALL_TRUST_MODE>",
"RECALL_EMBEDDER": "<your RECALL_EMBEDDER>",
"RECALL_TABLE": "<your RECALL_TABLE>",
"RECALL_MCP_TOOLS": "<your RECALL_MCP_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"re-call": {
"command": "uvx",
"args": [
"--from",
"recall-rag[mcp,fastembed]==0.11.0",
"recall-mcp",
"recall-rag"
],
"env": {
"RECALL_SERVING_DSN": "<your RECALL_SERVING_DSN>",
"RECALL_TENANT": "<your RECALL_TENANT>",
"RECALL_TRUST_MODE": "<your RECALL_TRUST_MODE>",
"RECALL_EMBEDDER": "<your RECALL_EMBEDDER>",
"RECALL_TABLE": "<your RECALL_TABLE>",
"RECALL_MCP_TOOLS": "<your RECALL_MCP_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"re-call": {
"command": "uvx",
"args": [
"--from",
"recall-rag[mcp,fastembed]==0.11.0",
"recall-mcp",
"recall-rag"
],
"env": {
"RECALL_SERVING_DSN": "<your RECALL_SERVING_DSN>",
"RECALL_TENANT": "<your RECALL_TENANT>",
"RECALL_TRUST_MODE": "<your RECALL_TRUST_MODE>",
"RECALL_EMBEDDER": "<your RECALL_EMBEDDER>",
"RECALL_TABLE": "<your RECALL_TABLE>",
"RECALL_MCP_TOOLS": "<your RECALL_MCP_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GiulioDER%2Fre-call)<a href="https://mcptoplist.com/server/io.github.GiulioDER%2Fre-call"><img src="https://mcptoplist.com/badge/io.github.GiulioDER%2Fre-call.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
GiulioDER
Available versions (6)
| Version | Published |
|---|---|
| 0.11.0 | Aug 29, 2026 |
| 0.10.0 | Aug 23, 2026 |
| 0.9.8 | Aug 22, 2026 |
| 0.9.5 | Aug 15, 2026 |
| 0.9.4 | Aug 12, 2026 |
| 0.9.2 | Aug 10, 2026 |
Frequently asked questions
- Who maintains RE-call MCP Memory Server?
- RE-call MCP Memory Server is maintained by GiulioDER, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is RE-call MCP Memory Server listed on the Official MCP Registry?
- Yes — RE-call MCP Memory Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does RE-call MCP Memory Server have?
- MCP Toplist tracks 6 versions of RE-call MCP Memory Server, most recently published on Aug 29, 2026.
- Where can I find the source code for RE-call MCP Memory Server?
- The source code for RE-call MCP Memory Server is hosted at github.com/GiulioDER/RE-call.