Skip to content

True Memory Fragments for Zed

io.github.kyle641320/true-memory-fragments

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

client:Zed transport:stdio runtime:pypi

Install True Memory Fragments in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "true-memory-fragments": {
      "command": "uvx",
      "args": [
        "true-memory-fragments"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

True Memory Fragments in other clients