Back to MCP Servers
Aimemo
Zero-dependency MCP memory server. Single binary, 100% local, no Docker.
knowledge-memorydockerai
By MyAgentHubs
Installation
npx -y aimemoConfiguration
{
"mcpServers": {
"aimemo": {
"command": "npx",
"args": ["-y", "aimemo"]
}
}
}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