MCP Server
MCP
RE-call MCP Memory Server
Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing.
Install
uvx recall-rag
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "recall-rag",
"version": "0.10.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "recall-rag[mcp,fastembed]==0.10.0",
"type": "named",
"name": "--from"
},
{
"value": "recall-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "PostgreSQL serving DSN for the RE-call memory store.",
"isRequired": true,
"format": "string",
"isSecret": true,
"placeholder": "postgresql://recall:recall@localhost:5432/recall",
"name": "RECALL_SERVING_DSN"
},
{
"description": "Tenant id served by this local stdio server.",
"format": "string",
"default": "default",
"name": "RECALL_TENANT"
},
{
"description": "Set to development only for local uncalibrated corpora.",
"format": "string",
"placeholder": "development",
"name": "RECALL_TRUST_MODE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment