MemoryLayer for Windsurf
in.memorylayer/memorylayer
Local-first persistent memory for AI agents, with reasoning and formal verification.
client:Windsurf
transport:stdio
runtime:npm
Install MemoryLayer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"memorylayer": {
"command": "npx",
"args": [
"-y",
"@raajvamsy/memorylayer"
],
"env": {
"MEMORY_API_KEY": "<MEMORY_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs