agent-memory
Rank #2,623io.github.xChuCx/agent-memory
Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.
agent-memory is a Model Context Protocol (MCP) server published by xchucx. It ranks #2,623 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. agent-memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on May 27, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 129,423 of 132,046 servers on MCP Toplist.
Use agent-memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-memory -- npx -y @xchucx/agent-memory[mcp_servers.agent-memory]
command = "npx"
args = ["-y", "@xchucx/agent-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}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.xChuCx%2Fagent-memory)<a href="https://mcptoplist.com/server/io.github.xChuCx%2Fagent-memory"><img src="https://mcptoplist.com/badge/io.github.xChuCx%2Fagent-memory.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
xchucx
Available versions (7)
| Version | Published |
|---|---|
| 0.6.0 | Sep 8, 2026 |
| 0.5.4 | Sep 6, 2026 |
| 0.5.3 | Sep 6, 2026 |
| 0.5.2 | Sep 6, 2026 |
| 0.5.1 | Jun 9, 2026 |
| 0.5.0 | Jun 5, 2026 |
| 0.4.3 | Jun 1, 2026 |
Frequently asked questions
- Who maintains agent-memory?
- agent-memory is maintained by xchucx, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is agent-memory listed on the Official MCP Registry?
- Yes — agent-memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agent-memory have?
- MCP Toplist tracks 7 versions of agent-memory, most recently published on Sep 8, 2026.
- Where can I find the source code for agent-memory?
- The source code for agent-memory is hosted at github.com/xchucx/agent-memory.
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.