Databases
Trust: 37/100 (Limited)hmem — Humanlike Memory for AI Agents Guide
Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.
6 starsby Bumblebiber
Quick Start
Install
npx hmem-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bumblebiber-hmem-mcp": {
"command": "npx",
"args": [
"hmem-mcp"
]
}
}
}