Discover and explore top open-source AI tools and projects—updated daily.
MibayyAI coding assistant for extreme token savings and persistent code memory
New!
Top 48.6% on SourcePulse
Summary
Token Savior Recall is an MCP server designed to drastically reduce token consumption and enhance context persistence for AI coding assistants. It addresses the inefficiency of traditional code navigation methods (like cat or grep) used by AI, which inflate context windows and incur high costs. By providing a structural index and a persistent memory engine, it enables AI agents to navigate codebases with 97% token savings and retain knowledge across sessions, making AI coding more efficient and cost-effective.
How It Works
The system employs a two-pronged approach: a structural index and a persistent memory engine. The structural index parses codebases into symbols (functions, classes, etc.), enabling sub-millisecond queries for specific code elements, dependencies, or impact analyses, rather than reading entire files. This significantly reduces the tokens an AI agent needs to process. The memory engine, built on SQLite WAL + FTS5, captures and retrieves observations like bug fixes, decisions, and conventions across sessions, injecting relevant context at startup. This combination ensures AI agents have precise, context-aware information without excessive token usage.
Quick Start & Requirements
uvx token-savior-recall (runs directly from PyPI).Highlighted Details
get_change_impact on large codebases (e.g., 1.1M lines).Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 day ago
Inactive