agent-memory-os
Rank #3,507io.github.yamantaka520/agent-memory-os
Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.
agent-memory-os is a Model Context Protocol (MCP) server published by yamantaka520. It ranks #3,507 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. agent-memory-os is listed across 3 registries — Official MCP, PulseMCP and Glama, with 22 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 128,539 of 132,046 servers on MCP Toplist.
Use agent-memory-os
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-memory-os -e "AGENT_MEMORY_AGENT_ID=<your AGENT_MEMORY_AGENT_ID>" -e "AGENT_MEMORY_HOME=<your AGENT_MEMORY_HOME>" -- uvx agent-memory-osReplace each placeholder with your own value before saving.
[mcp_servers.agent-memory-os]
command = "uvx"
args = ["agent-memory-os"]
[mcp_servers.agent-memory-os.env]
AGENT_MEMORY_AGENT_ID = "<your AGENT_MEMORY_AGENT_ID>"
AGENT_MEMORY_HOME = "<your AGENT_MEMORY_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory-os": {
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "<your AGENT_MEMORY_AGENT_ID>",
"AGENT_MEMORY_HOME": "<your AGENT_MEMORY_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory-os": {
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "<your AGENT_MEMORY_AGENT_ID>",
"AGENT_MEMORY_HOME": "<your AGENT_MEMORY_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-memory-os": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "<your AGENT_MEMORY_AGENT_ID>",
"AGENT_MEMORY_HOME": "<your AGENT_MEMORY_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory-os": {
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "<your AGENT_MEMORY_AGENT_ID>",
"AGENT_MEMORY_HOME": "<your AGENT_MEMORY_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory-os": {
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "<your AGENT_MEMORY_AGENT_ID>",
"AGENT_MEMORY_HOME": "<your AGENT_MEMORY_HOME>"
}
}
}
}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.yamantaka520%2Fagent-memory-os)<a href="https://mcptoplist.com/server/io.github.yamantaka520%2Fagent-memory-os"><img src="https://mcptoplist.com/badge/io.github.yamantaka520%2Fagent-memory-os.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yamantaka520
Available versions (22)
| Version | Published |
|---|---|
| 1.10.1 | Sep 22, 2026 |
| 1.10.0 | Sep 17, 2026 |
| 1.9.1 | Sep 17, 2026 |
| 1.9.0 | Aug 19, 2026 |
| 1.8.2 | Aug 15, 2026 |
| 1.8.1 | Jul 28, 2026 |
| 1.8.0 | Jul 25, 2026 |
| 1.7.0 | Jul 25, 2026 |
| 1.6.2 | Jul 21, 2026 |
| 1.6.1 | Jul 21, 2026 |
| 1.6.0 | Jul 18, 2026 |
| 1.5.1 | Jul 18, 2026 |
| 1.5.0 | Jul 18, 2026 |
| 1.4.1 | Jul 18, 2026 |
| 1.4.0 | Jul 18, 2026 |
| 1.3.0 | Jul 18, 2026 |
| 1.2.0 | Jul 16, 2026 |
| 1.1.0 | Jul 14, 2026 |
| 1.0.5 | Jul 13, 2026 |
| 1.0.4 | Jul 11, 2026 |
| 1.0.3 | Jul 11, 2026 |
| 1.0.2 | Jul 11, 2026 |
Frequently asked questions
- Who maintains agent-memory-os?
- agent-memory-os is maintained by yamantaka520, which publishes 1 MCP server (22 total versions) tracked on MCP Toplist.
- Is agent-memory-os listed on the Official MCP Registry?
- Yes — agent-memory-os is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agent-memory-os have?
- MCP Toplist tracks 22 versions of agent-memory-os, most recently published on Sep 22, 2026.
- Where can I find the source code for agent-memory-os?
- The source code for agent-memory-os is hosted at github.com/yamantaka520/agent-memory-os.
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.