recall-mcp

andrewhomeyer/recall-mcp
★ 0 stars TypeScript Memory/Knowledge Updated 6d ago
An MCP server that gives any AI agent persistent, file-based memory: typed notes with frontmatter, relevance-ranked recall, and a wikilink graph.
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "andrewhomeyer/recall-mcp"
      ]
    }
  }
}

README Excerpt

**Give your AI assistant a memory it keeps between conversations.** Normally, when you close a chat with an AI assistant, it forgets everything. Next time, you start from scratch. `recall` fixes that. It's a small add-on that gives your assistant a notebook it can write to and read back later, so the things you tell it once, it remembers for good.

Tools (8)

RECALL_MEMORY_DIRnoderecall_deleterecall_getrecall_linksrecall_listrecall_searchrecall_write