Agent Memory

Agent Memory

Local
@theprodsdePythonMITUpdated Today

Persistent agent memory with a decision layer: replay, restore, verify, or none — explainable.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagent-memory-sdkv0.1.5

Run

uvx agent-memory-sdk

MCP client config

{
  "mcpServers": {
    "agent-memory": {
      "command": "uvx",
      "args": [
        "agent-memory-sdk"
      ]
    }
  }
}