agentic-recall for Cursor
io.github.dfrancislyondflabc-tech/agentic-recall
Long-term memory for agentic tasks. It tells you when it doesn't know.
client:Cursor
transport:stdio
runtime:npm
Install agentic-recall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentic-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentic-recall"
],
"env": {
"MEMORY_DIR": "<MEMORY_DIR>",
"MEMORY_ROOT": "<MEMORY_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs