agentic-recall for Windsurf
io.github.dfrancislyondflabc-tech/agentic-recall
Long-term memory for agentic tasks. It tells you when it doesn't know.
client:Windsurf
transport:stdio
runtime:npm
Install agentic-recall in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentic-recall": {
"command": "npx",
"args": [
"-y",
"agentic-recall"
],
"env": {
"MEMORY_DIR": "<MEMORY_DIR>",
"MEMORY_ROOT": "<MEMORY_ROOT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs