From 71b32a034e9c0b26d89716bada79e2119e29d324 Mon Sep 17 00:00:00 2001
From: kyle641320 <641320@users.noreply.github.com>
Date: Sun, 13 Sep 2026 18:16:09 +0800
Subject: [PATCH 1/2] Add TMF source context freshness server
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5c44d8313..eba7d19d6 100644
--- a/README.md
+++ b/README.md
@@ -1232,6 +1232,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 Developer Tools
- [iyashjayesh/tokenchit](https://github.com/iyashjayesh/tokenchit) [](https://glama.ai/mcp/servers/iyashjayesh/tokenchit) 📇 🏠 🍎 🪟 🐧 - Reads the Claude Code, Codex and OpenCode usage logs already on your machine: token totals, per-day and per-hour activity, per-agent and per-model breakdown, and a year-in-review recap. Makes no network request — a test fails if any source file can open a socket. `npx -y @tokenchit/mcp`
+- [kyle641320/true-memory-fragments](https://github.com/kyle641320/true-memory-fragments) 🐍 🏠 - TMF checks source-context freshness against a selected Git working tree and retrieves source-linked code relationships on demand, helping coding agents revisit stale understanding and consider cross-file impact.
- [rafim-dev/mcp-context-condenser](https://github.com/rafim-dev/mcp-context-condenser) [](https://glama.ai/mcp/servers/rafim-dev/mcp-context-condenser) 📇 🏠 🍎 🪟 🐧 - Token-slimming AST code outliner, log compressor, and context budget analyzer cutting LLM context bills by up to 85%.
- [om-tajne/pkgdiet](https://github.com/om-tajne/pkgdiet) [](https://glama.ai/mcp/servers/om-tajne/pkgdiet) 📇 🏠 🍎 🪟 🐧 - AST-based dependency analyzer that flags unused packages, calculates actual install sizes, and catches unmaintained legacy bloat. `npx pkgdiet mcp`
- [2ools/mcp-server](https://github.com/2ools/mcp-server) [](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp`
From 60fca8352b3c8e91e1979a62da2cb9de5f90230c Mon Sep 17 00:00:00 2001
From: kyle641320 <30621528+kyle641320@users.noreply.github.com>
Date: Sun, 13 Sep 2026 19:38:37 +0800
Subject: [PATCH 2/2] docs: add requested Glama score badge for TMF
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eba7d19d6..504519da3 100644
--- a/README.md
+++ b/README.md
@@ -1232,7 +1232,7 @@ Data Platforms for data integration, transformation and pipeline orchestration.
### 💻 Developer Tools
- [iyashjayesh/tokenchit](https://github.com/iyashjayesh/tokenchit) [](https://glama.ai/mcp/servers/iyashjayesh/tokenchit) 📇 🏠 🍎 🪟 🐧 - Reads the Claude Code, Codex and OpenCode usage logs already on your machine: token totals, per-day and per-hour activity, per-agent and per-model breakdown, and a year-in-review recap. Makes no network request — a test fails if any source file can open a socket. `npx -y @tokenchit/mcp`
-- [kyle641320/true-memory-fragments](https://github.com/kyle641320/true-memory-fragments) 🐍 🏠 - TMF checks source-context freshness against a selected Git working tree and retrieves source-linked code relationships on demand, helping coding agents revisit stale understanding and consider cross-file impact.
+- [kyle641320/true-memory-fragments](https://github.com/kyle641320/true-memory-fragments) 🐍 🏠 - TMF checks source-context freshness against a selected Git working tree and retrieves source-linked code relationships on demand, helping coding agents revisit stale understanding and consider cross-file impact. [](https://glama.ai/mcp/servers/kyle641320/true-memory-fragments)
- [rafim-dev/mcp-context-condenser](https://github.com/rafim-dev/mcp-context-condenser) [](https://glama.ai/mcp/servers/rafim-dev/mcp-context-condenser) 📇 🏠 🍎 🪟 🐧 - Token-slimming AST code outliner, log compressor, and context budget analyzer cutting LLM context bills by up to 85%.
- [om-tajne/pkgdiet](https://github.com/om-tajne/pkgdiet) [](https://glama.ai/mcp/servers/om-tajne/pkgdiet) 📇 🏠 🍎 🪟 🐧 - AST-based dependency analyzer that flags unused packages, calculates actual install sizes, and catches unmaintained legacy bloat. `npx pkgdiet mcp`
- [2ools/mcp-server](https://github.com/2ools/mcp-server) [](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp`