mcpbeat Sign in

agentic-recall MCP Server

by dfrancislyondflabc-tech Your server? Claim it
local only

agentic-recall runs on your own machine — the client starts it, so there is no endpoint to ping. 120 installs a week from npm.

Long-term memory for agentic tasks. It tells you when it doesn't know.

Installs per day peak 543 · avg 18
a month agotoday
120
Installs / week
npm · agentic-recall
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check agentic-recall every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentic-recall -- npx -y agentic-recall
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentic-recall": {
      "args": [
        "-y",
        "agentic-recall"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentic-recall]
command = "npx"
args = ["-y", "agentic-recall"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentic-recall": {
      "args": [
        "-y",
        "agentic-recall"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentic-recall": {
      "args": [
        "-y",
        "agentic-recall"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MEMORY_DIR (Absolute path to the folder holding your markdown memories. Required — the server never searches your disk for it.), MEMORY_ROOT (Optional. Where the embedding model cache, vector cache and indexes are kept. Defaults beside the code for a clone, ~/.agentic-recall for a package install.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to agentic-recall

same job, measured the same way
nMEMORY
by menot-you

Memory your agent can trust — every answer carries its source; when it doesn't know, it says so.

local only
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
AiAkiv Memory
by aiakiv

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

answering
Alaya MCP
by securityronin

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall

62 installs/wk local only
Liminary
by liminary-api

Your AI's memory for what you actually know: recall across your documents, notes, and meetings

answering
aide-memory
by aide-memory

Persistent memory layer for AI coding agents — your agent remembers what you taught it.

30 installs/wk local only
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only
MemAuthority
by iasi777

Git-backed long-term memory authority for AI agents via MCP.

local only

agentic-recall — questions

Answers built from our own checks of this server.

Why is there no uptime for agentic-recall?
agentic-recall runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentic-recall was installed 120 times last week.
How do I connect agentic-recall?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentic-recall straight from npm; nothing to host, nothing to sign up for.
How many people use agentic-recall?
The npm package agentic-recall was installed 120 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.