Persistent agent memory with a decision layer: replay, restore, verify, or none — explainable.
claude mcp add agent-memory -- uvx agent-memory-sdk
claude_desktop_config.json
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-memory-sdk"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-memory": {
"command": "uvx",
"args": [
"agent-memory-sdk"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theprodsde--agent-memory/reviews or the review_server meta-tool.
POST /mcp