Back to Browse

RE Call MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Trustworthy Postgres plus pgvector memory for AI agents.

About

Trustworthy Postgres plus pgvector memory for AI agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

PostgreSQL serving DSN for the RE-call memory store.Required

Environment variable: RECALL_SERVING_DSN

Tenant id served by this local stdio server.Optional

Environment variable: RECALL_TENANT

Set to development only for local uncalibrated corpora.Optional

Environment variable: RECALL_TRUST_MODE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-giulioder-re-call": {
      "env": {
        "RECALL_TENANT": "your-recall-tenant-here",
        "RECALL_TRUST_MODE": "your-recall-trust-mode-here",
        "RECALL_SERVING_DSN": "your-recall-serving-dsn-here"
      },
      "args": [
        "recall-mcp",
        "recall-rag"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!