hmem — Humanlike Memory for AI Agents for Windsurf
io.github.bumblebiber/hmem-mcp
Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.
client:Windsurf
transport:stdio
runtime:npm
Install hmem — Humanlike Memory for AI Agents in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hmem-mcp": {
"command": "npx",
"args": [
"-y",
"hmem-mcp"
],
"env": {
"HMEM_STORAGE_DIR": "<HMEM_STORAGE_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs