Total Agent Memory

Total Agent Memory

Local
@vbcherepanov72PythonMITUpdated 2 days ago

Persistent local memory for coding agents: temporal knowledge graph, procedural and episodic recall

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).

PyPItotal-agent-memoryv14.5.1

Run

uvx total-agent-memory

MCP client config

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