RE-call MCP Memory Server for Cursor
io.github.giulioder/re-call
Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing.
client:Cursor
transport:stdio
runtime:pypi
Install RE-call MCP Memory Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs