mcpbeat Sign in

True Memory Fragments MCP Server

by kyle641320 Your server? Claim it
local only

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

Detect stale source context and retain traceable code-chain understanding for AI coding agents.

Installs / week
pypi · true-memory-fragments
2
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Java

What the code does

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

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.

  const proc=spawnSync(config.python||"python3",[path.join(integrationRoot,"hooks","pre_tool_use.py")],{input:payload,encoding:"utf8",env});
Builds a file path from a variable integrations/reflex/openclaw-plugin/index.ts:129
    const current=blobSha(path.join(value.collision.canonical_repo_root,item.path));
    proc = subprocess.run(command, input=json.dumps(payload, ensure_ascii=False), shell=True, text=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=timeout)

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 true-memory-fragments -- uvx true-memory-fragments
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "true-memory-fragments": {
      "args": [
        "true-memory-fragments"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.true-memory-fragments]
command = "uvx"
args = ["true-memory-fragments"]
.cursor/mcp.json
{
  "mcpServers": {
    "true-memory-fragments": {
      "args": [
        "true-memory-fragments"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "true-memory-fragments": {
      "args": [
        "true-memory-fragments"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to True Memory Fragments

same job, measured the same way
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
FairMind Project Context
by fairmind

Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

answering
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

41 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Agent Guard MCP
by kavachh

Git-aware safe file ops for AI agents: delete anything except git-tracked source code.

local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only

True Memory Fragments — questions

Answers built from our own checks of this server.

Why is there no uptime for True Memory Fragments?
True Memory Fragments 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 true-memory-fragments.
How do I connect True Memory Fragments?
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 true-memory-fragments straight from pypi; nothing to host, nothing to sign up for.
Is True Memory Fragments open source?
Yes — it is published under the MIT licence, written in Java and 2 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.