Agent Memory SDK
Rank #13,389io.github.theprodsde/agent-memory
Persistent agent memory with a decision layer: replay, restore, verify, or none — explainable.
Agent Memory SDK is a Model Context Protocol (MCP) server published by TheProdSDE. It ranks #13,389 of 132,345 servers tracked on MCP Toplist. Agent Memory SDK is listed on Official MCP, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 118,956 of 132,345 servers on MCP Toplist.
Use Agent Memory SDK
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-memory -e "AGENT_MEMORY_DIR=<your AGENT_MEMORY_DIR>" -e "AGENT_MEMORY_COLLECTION=<your AGENT_MEMORY_COLLECTION>" -- uvx agent-memory-sdkReplace each placeholder with your own value before saving.
[mcp_servers.agent-memory]
command = "uvx"
args = ["agent-memory-sdk"]
[mcp_servers.agent-memory.env]
AGENT_MEMORY_DIR = "<your AGENT_MEMORY_DIR>"
AGENT_MEMORY_COLLECTION = "<your AGENT_MEMORY_COLLECTION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
],
"env": {
"AGENT_MEMORY_DIR": "<your AGENT_MEMORY_DIR>",
"AGENT_MEMORY_COLLECTION": "<your AGENT_MEMORY_COLLECTION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
],
"env": {
"AGENT_MEMORY_DIR": "<your AGENT_MEMORY_DIR>",
"AGENT_MEMORY_COLLECTION": "<your AGENT_MEMORY_COLLECTION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-memory-sdk"
],
"env": {
"AGENT_MEMORY_DIR": "<your AGENT_MEMORY_DIR>",
"AGENT_MEMORY_COLLECTION": "<your AGENT_MEMORY_COLLECTION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
],
"env": {
"AGENT_MEMORY_DIR": "<your AGENT_MEMORY_DIR>",
"AGENT_MEMORY_COLLECTION": "<your AGENT_MEMORY_COLLECTION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
],
"env": {
"AGENT_MEMORY_DIR": "<your AGENT_MEMORY_DIR>",
"AGENT_MEMORY_COLLECTION": "<your AGENT_MEMORY_COLLECTION>"
}
}
}
}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.theprodsde%2Fagent-memory)<a href="https://mcptoplist.com/server/io.github.theprodsde%2Fagent-memory"><img src="https://mcptoplist.com/badge/io.github.theprodsde%2Fagent-memory.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
TheProdSDE
Other servers by TheProdSDE
View all TheProdSDE servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | Sep 22, 2026 |
Frequently asked questions
- Who maintains Agent Memory SDK?
- Agent Memory SDK is maintained by TheProdSDE, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Agent Memory SDK listed on the Official MCP Registry?
- Yes — Agent Memory SDK is listed on the Official MCP Registry.
- How many versions does Agent Memory SDK have?
- MCP Toplist tracks 1 version of Agent Memory SDK, most recently published on Sep 22, 2026.
- Where can I find the source code for Agent Memory SDK?
- The source code for Agent Memory SDK is hosted at github.com/TheProdSDE/agent-memory-sdk.
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.