Persistent memory for any AI — zero token cost until recall
claude mcp add ai-memory -- docker run -i --rm ghcr.io/alphaonedev/ai-memory:0.5.1
claude_desktop_config.json
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ai-memory": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.alphaonedev--ai-memory/reviews or the review_server meta-tool.
POST /mcp