Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,205+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1369
    • Coding1086
    • Infrastructure472
    • Marketing420
    • Design383
    • Projects348
    • Research325
    • Analytics323
    • Testing206
    • MCP183
    • Data181
    • Security178
    • Integration172
    • Learning148
    • Communication133
    • Prompts130
    • Extensions123
    • Commerce118
    • Voice111
    • DevOps96
    • Web73
    • Finance20
    1. Home
    2. Tools
    3. Token Savior Recall
    Token Savior Recall icon

    Token Savior Recall

    MCP Servers

    An MCP server that reduces Claude's active token usage by 77% and wall time by 76% through structural code navigation and persistent memory, achieving 100% on a real coding benchmark.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Install via pip or uvx with no cost.

    Engagement

    Available On

    CLI
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersAgent MemoryCode Intelligence

    Alternatives

    Hippo MemoryCodeScene MCP Servercq
    Developer
    MibayyEst. 2026

    Listed May 2026

    About Token Savior Recall

    Token Savior Recall is an open-source MCP server that dramatically improves Claude's coding performance by replacing whole-file reads with symbol-level navigation and adding a persistent memory engine. It indexes codebases by symbol — functions, classes, imports, and call graphs — so the model navigates by pointer instead of reading entire files, reducing injected characters by up to 97%. A SQLite-backed memory engine stores decisions, bugfixes, conventions, and session rollups with Bayesian validity scoring, contradiction detection, and per-type TTL decay, re-injecting a compact delta at the start of each new session.

    • Structural code navigation — Index your codebase by symbol and navigate via 90 tools covering core navigation, dependency graphs, git diffs, safe editing, checkpoints, and more; install via pip install "token-savior-recall[mcp]" or uvx token-savior-recall.
    • Persistent memory engine — 21 memory tools backed by SQLite WAL + FTS5 + optional vector embeddings (all-MiniLM-L6-v2, 384d), with hybrid BM25 + vector search fused via RRF for cross-session knowledge retention.
    • Progressive disclosure contract — Three-layer memory search (memory_index → memory_search → memory_get) keeps lookup cost bounded at ~15, ~60, and ~200 tokens per result respectively.
    • Bayesian validity & contradiction detection — Each observation carries a validity prior with update rules; contradictions are flagged at save time and stale observations surface explicitly rather than being silently trusted.
    • Configurable tool profiles — Six profiles (full, core, nav, lean, ultra, tiny) filter the advertised tools/list payload to match manifest budget constraints, from ~1,070 tokens (tiny) to ~8,770 tokens (full).
    • Defer-loading via ts_search — The tiny profile exposes 6 tools and makes ~60 others reachable just-in-time via semantic tool search using Nomic 768d embeddings, mirroring the Tool Attention pattern for −95% prefix tokens.
    • Benchmark-validated performance — Achieves 192/192 (100%) on the tsbench benchmark with Claude Opus 4.7, versus 141/180 (78.3%) for plain Claude, with zero losses across 96 tasks and 12 coding categories.
    • Broad MCP client compatibility — Works with Claude Code, Cursor, Codex CLI, Cline, Continue, Windsurf, Aider, Gemini CLI, Copilot CLI, Zed, and any custom MCP client.
    • Optional integrations — Telegram bot feed for critical observations, opt-in web viewer via htmx + SSE, and LLM auto-extraction (TS_AUTO_EXTRACT=1) for passive observation capture from tool use.
    Token Savior Recall - 1

    Community Discussions

    Be the first to start a conversation about Token Savior Recall

    Share your experience with Token Savior Recall, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (MIT)

    Fully free and open-source under the MIT License. Install via pip or uvx with no cost.

    • 90 tools across 13 categories
    • Structural code navigation
    • Persistent memory engine
    • Hybrid BM25 + vector search
    • 6 configurable tool profiles

    Capabilities

    Key Features

    • Structural code navigation by symbol (functions, classes, imports, call graph)
    • Persistent memory engine with SQLite WAL + FTS5 + vector embeddings
    • Hybrid BM25 + vector search fused via RRF
    • Bayesian validity scoring for observations
    • Contradiction detection at save time
    • Per-type TTL decay and LRU scoring
    • Symbol staleness detection via content-hash linking
    • ROI tracking and auto-promotion of observations
    • MDL distillation of redundant observations into conventions
    • Progressive disclosure 3-layer memory search contract
    • 90 tools across 13 categories
    • 6 configurable tool profiles (full, core, nav, lean, ultra, tiny)
    • Defer-loading via ts_search with Nomic 768d embeddings
    • 8 Claude Code lifecycle hooks
    • Optional web viewer (htmx + SSE)
    • Optional Telegram bot feed for critical observations
    • LLM auto-extraction of observations (opt-in)
    • 100% score on tsbench benchmark (192/192 tasks)
    • −77% active tokens vs plain Claude
    • −76% wall time vs plain Claude

    Integrations

    Claude Code
    Cursor
    Codex CLI
    Cline
    Continue
    Windsurf
    Aider
    Gemini CLI
    Copilot CLI
    Zed
    Anthropic API
    Telegram
    SQLite
    PyPI
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Token Savior Recall and help others make informed decisions.

    Developer

    Mibayy

    Mibayy builds Token Savior Recall, an open-source MCP server that dramatically reduces token usage and improves coding agent performance for Claude and other MCP-compatible AI tools. The project combines structural codebase navigation with a persistent memory engine, achieving 100% on a real coding benchmark with −77% active tokens. Development is driven by rigorous benchmarking via the companion tsbench project.

    Founded 2026
    1 employees

    Used by

    Open-source community
    Power users of AI coding agents
    Read more about Mibayy
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Hippo Memory icon

    Hippo Memory

    Biologically-inspired persistent memory system for AI agents with decay, retrieval strengthening, and sleep consolidation — zero runtime dependencies.

    CodeScene MCP Server icon

    CodeScene MCP Server

    CodeScene's MCP Server integrates AI-powered code health analysis and technical debt insights directly into AI coding assistants and developer workflows via the Model Context Protocol.

    cq icon

    cq

    cq is an open standard by Mozilla AI for shared agent learning, enabling AI coding agents to persist, share, and query collective knowledge to avoid repeating failures.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    75 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    58 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    56 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions