Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y hmem-mcp
MCP client config
{
"mcpServers": {
"hmem-humanlike-memory-for-ai-agents": {
"command": "npx",
"args": [
"-y",
"hmem-mcp"
]
}
}
}