Back to MCP Servers
Keymem
Associative key-graph memory for LLM agents — recall by association, not vector similarity.
workplace-productivityllmagent
By donggyun112
Installation
npx -y keymemConfiguration
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": ["-y", "keymem"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes