recall

venkateshamatam/recall
★ 2 stars TypeScript 🗄️ Database Updated today
One shared memory pool for every AI agent on your machine. Local-first MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "recall": {
      "command": "npx",
      "args": [
        "-y",
        "venkateshamatam/recall"
      ]
    }
  }
}

README Excerpt

Cross-agent memory for AI coding assistants. One local SQLite database, every MCP-capable agent on your Mac reads and writes it. If you switch between AI agents during a project, recall keeps what each one learns about you in a single place the others can read. ```bash curl -fsSL https://raw.githubusercontent.com/venkateshamatam/recall/main/install.sh | sh