Loading MCP server directory, please wait...
Persistent memory for any AI — zero token cost until recall
npx @getmcp/cli add io.github.alphaonedev/ai-memoryRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alphaonedev/ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AI_MEMORY_DB",
"ghcr.io/alphaonedev/ai-memory:0.5.1",
"mcp",
"semantic"
],
"env": {
"AI_MEMORY_DB": ""
}
}
}
}