Recall

Created By
RecallWorks25 days ago
Open-source MCP memory server for AI agents — persistent, searchable, tiered memory across sessions. Works over stdio (Cursor, Claude Desktop) or HTTP+SSE. MIT licensed (separate commercial license available).
Overview

Recall

Open-source MCP memory server. Persistent, searchable, tiered memory for AI agents across sessions.

Install

pip install ai-recallworks
# or
uvx ai-recallworks stdio

Cursor / Claude Desktop config

{
  "mcpServers": {
    "recall": {
      "command": "uvx",
      "args": ["ai-recallworks", "stdio"]
    }
  }
}

Tools

  • remember — store a note with source/session tags
  • recall — semantic search across memories
  • checkpoint / reflect — session lifecycle
  • pulse — health + stats
  • HTTP+SSE mode for remote / multi-agent setups

Server Config

{
  "mcpServers": {
    "recall": {
      "command": "uvx",
      "args": [
        "ai-recallworks",
        "stdio"
      ]
    }
  }
}
Project Info
Created At
25 days ago
Updated At
25 days ago
Author Name
RecallWorks
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Intentions

an hour ago
Alloy

10 hours ago