Loading MCP server directory, please wait...
Long-term memory for agentic tasks. It tells you when it doesn't know.
npx @getmcp/cli add io.github.dfrancislyondflabc-tech/agentic-recallRequires Node.js 18+. Community-contributed server. Review source before installing.
MEMORY_DIRAbsolute path to the folder holding your markdown memories. Required — the server never searches your disk for it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dfrancislyondflabc-tech/agentic-recall": {
"command": "npx",
"args": [
"-y",
"agentic-recall"
],
"env": {
"MEMORY_DIR": "",
"MEMORY_ROOT": ""
}
}
}
}