Skip to content

True Memory Fragments for Grok

io.github.kyle641320/true-memory-fragments

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

client:Grok transport:stdio runtime:pypi

Install True Memory Fragments in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "true-memory-fragments": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "true-memory-fragments"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

True Memory Fragments in other clients