mcpbeat Sign in

Total Agent Memory MCP Server

by vbcherepanov Your server? Claim it
local only

Total Agent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

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

Installs / week
pypi · total-agent-memory
68
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Runs commands and sends data out [пакет] src/reflection/scheduler.py:218
        result = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return {"type": "command", "command": os.path.join(launcher_dir, name)}
    url = f"https://api.telegram.org/bot{token}/sendMessage"
Reads files and sends them to the network src/server.py:3760, [пакет] src/server.py:3760
        raw_mb = sum(f.stat().st_size for f in (MEMORY_DIR / "raw").iterdir() if f.is_file()) / 1048576

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Total Agent Memory and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add total-agent-memory -- uvx total-agent-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "total-agent-memory": {
      "args": [
        "total-agent-memory"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.total-agent-memory]
command = "uvx"
args = ["total-agent-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "total-agent-memory": {
      "args": [
        "total-agent-memory"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "total-agent-memory": {
      "args": [
        "total-agent-memory"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Total Agent Memory

same job, measured the same way
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

63 installs/wk local only
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
Alaya MCP
by securityronin

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall

70 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Turbo Quant Memory
by lexus2016

Local-first memory and knowledge graph for coding agents. Compact retrieval, no network.

local only
Graph-Mem
by sathvik-1007

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

62 installs/wk local only
RAWThink
by ygtalp

Persistent memory for AI thinking partnerships: hybrid search and a temporal knowledge graph.

103 installs/wk local only

Total Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Total Agent Memory?
Total Agent Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package total-agent-memory.
How do I connect Total Agent Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls total-agent-memory straight from pypi; nothing to host, nothing to sign up for.
Is Total Agent Memory open source?
Yes — it is published under the MIT licence, written in Python and 68 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.