agent memory mcp for Windsurf
io.github.kira-autonoma/agent-memory-mcp
Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.
client:Windsurf
transport:stdio
runtime:npm
Install agent memory mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kiraautonoma/agent-memory-mcp"
],
"env": {
"MEMORY_DB_PATH": "<MEMORY_DB_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs