ai-memory
Rank #3,475io.github.alphaonedev/ai-memory
Persistent memory for any AI — zero token cost until recall
ai-memory is a Model Context Protocol (MCP) server published by alphaonedev. It ranks #3,475 of 132,046 servers tracked on MCP Toplist, and its repository has 52 GitHub stars. ai-memory is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 128,571 of 132,046 servers on MCP Toplist.
Use ai-memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ai-memory -e "AI_MEMORY_DB=<your AI_MEMORY_DB>" -- docker run -i --rm ghcr.io/alphaonedev/ai-memory:0.5.1 mcp --tier semanticReplace each placeholder with your own value before saving.
[mcp_servers.ai-memory]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/alphaonedev/ai-memory:0.5.1", "mcp", "--tier", "semantic"]
[mcp_servers.ai-memory.env]
AI_MEMORY_DB = "<your AI_MEMORY_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1",
"mcp",
"--tier",
"semantic"
],
"env": {
"AI_MEMORY_DB": "<your AI_MEMORY_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1",
"mcp",
"--tier",
"semantic"
],
"env": {
"AI_MEMORY_DB": "<your AI_MEMORY_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ai-memory": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1",
"mcp",
"--tier",
"semantic"
],
"env": {
"AI_MEMORY_DB": "<your AI_MEMORY_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1",
"mcp",
"--tier",
"semantic"
],
"env": {
"AI_MEMORY_DB": "<your AI_MEMORY_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1",
"mcp",
"--tier",
"semantic"
],
"env": {
"AI_MEMORY_DB": "<your AI_MEMORY_DB>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alphaonedev%2Fai-memory)<a href="https://mcptoplist.com/server/io.github.alphaonedev%2Fai-memory"><img src="https://mcptoplist.com/badge/io.github.alphaonedev%2Fai-memory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
alphaonedev
Available versions (1)
| Version | Published |
|---|---|
| 0.5.1 | Apr 8, 2026 |
Frequently asked questions
- Who maintains ai-memory?
- ai-memory is maintained by alphaonedev, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is ai-memory listed on the Official MCP Registry?
- Yes — ai-memory is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does ai-memory have?
- MCP Toplist tracks 1 version of ai-memory, most recently published on Apr 8, 2026.
- Where can I find the source code for ai-memory?
- The source code for ai-memory is hosted at github.com/alphaonedev/ai-memory-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.