From 7b9ed60687d358dd2bab78b6f2c052288fb2dc5d Mon Sep 17 00:00:00 2001 From: Shweta mishra <111523337+Shwetam77777@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:02:49 +0530 Subject: [PATCH 1/2] Add TokenMizer to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..e7c4cdcb5 100644 --- a/README.md +++ b/README.md @@ -1898,6 +1898,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint — the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) 📇 🏠 ☁️ - MCP server for Obsidian vaults — search, memory, link graph, 23 tools, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) 📇 ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use +- [Shweta-Mishra-ai/tokenmizer](https://github.com/Shweta-Mishra-ai/tokenmizer) 🐍 🏠 🍎 🪟 🐧 - Graph-structured session memory for LLMs. Local OpenAI-compatible proxy that extracts tasks, decisions, and files into a typed knowledge graph, auto-checkpoints before context overflow, and resumes any session in ~250 tokens. Also exposes 5 MCP tools (checkpoint, resume, graph stats, file analysis, savings stats). `pip install tokenmizer` - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 🪟 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol lookup, NetworkX knowledge graph, episodic journal, user behavior profiling, error tracking, and cross-agent session handoff. 34 MCP tools. Reduces token usage 50–80% on Python repos ≥ 15K LOC vs. raw file reads. Works with Claude Code, Cursor, and Gemini CLI. Fully offline — no API keys required for indexing. `pip install cognirepo` From 128270192e5eaf5152dffb43882e6acf534f96b7 Mon Sep 17 00:00:00 2001 From: Shweta mishra <111523337+Shwetam77777@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:12:52 +0530 Subject: [PATCH 2/2] Add Glama score badge to TokenMizer entry; update tool count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c4cdcb5..a56a51457 100644 --- a/README.md +++ b/README.md @@ -1898,7 +1898,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint — the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) 📇 🏠 ☁️ - MCP server for Obsidian vaults — search, memory, link graph, 23 tools, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) 📇 ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use -- [Shweta-Mishra-ai/tokenmizer](https://github.com/Shweta-Mishra-ai/tokenmizer) 🐍 🏠 🍎 🪟 🐧 - Graph-structured session memory for LLMs. Local OpenAI-compatible proxy that extracts tasks, decisions, and files into a typed knowledge graph, auto-checkpoints before context overflow, and resumes any session in ~250 tokens. Also exposes 5 MCP tools (checkpoint, resume, graph stats, file analysis, savings stats). `pip install tokenmizer` +- [Shweta-Mishra-ai/tokenmizer](https://github.com/Shweta-Mishra-ai/tokenmizer) [![Shweta-Mishra-ai/tokenmizer MCP server](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer/badges/score.svg)](https://glama.ai/mcp/servers/Shweta-Mishra-ai/tokenmizer) 🐍 🏠 🍎 🪟 🐧 - Graph-structured session memory for LLMs. Local OpenAI-compatible proxy that extracts tasks, decisions, and files into a typed knowledge graph, auto-checkpoints before context overflow, and resumes any session in ~250 tokens. 6 MCP tools including `why_decision` (traces why a decision changed, with reasons and evidence). `pip install tokenmizer` - [ashlesh-t/cognirepo](https://github.com/ashlesh-t/cognirepo) [![ashlesh-t/cognirepo MCP server](https://glama.ai/mcp/servers/ashlesh-t/cognirepo/badges/score.svg)](https://glama.ai/mcp/servers/ashlesh-t/cognirepo) 🐍 🏠 🍎 🪟 🐧 - Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol lookup, NetworkX knowledge graph, episodic journal, user behavior profiling, error tracking, and cross-agent session handoff. 34 MCP tools. Reduces token usage 50–80% on Python repos ≥ 15K LOC vs. raw file reads. Works with Claude Code, Cursor, and Gemini CLI. Fully offline — no API keys required for indexing. `pip install cognirepo`