Skip to content

[Resource]: Token Savior #1376

Description

@Mibayy

Display Name

Token Savior

Category

Tooling

Sub-Category

General

Primary Link

https://github.com/Mibayy/token-savior

Author Name

Mibayy

Author Link

https://github.com/Mibayy

License

MIT

Other License

No response

Description

Structural codebase MCP server that exposes symbol-level queries as tools, allowing Claude Code to navigate large codebases without reading entire files. Provides 50+ tools covering dependency graphs, git diffs, checkpoint/rollback, dead code detection, and complexity analysis, with reported 87% token reduction on large projects.

Validate Claims

Install via: WORKSPACE_ROOTS=/your/project uvx token-savior (add to Claude Code MCP config).
Start a session and use get_project_summary to see indexed symbols, then get_function_source("some_function") instead of reading the file.

Specific Task(s)

Navigate a codebase using only Token Savior tools: find a function, trace its callers, check the git diff, and get a commit summary, all without reading any full file.

Specific Prompt(s)

"Use get_project_summary to overview this project, then get_dependents("main") to find callers, then build_commit_summary to describe recent changes, without using Read or cat on any source file."

Additional Comments

No response

Recommendation Checklist

  • I have checked that this resource hasn't already been submitted
  • It has been over one week since the first public commit to the repo I am recommending
  • All provided links are working and publicly accessible
  • I do NOT have any other open issues in this repository
  • I am primarily composed of human-y stuff and not electrical circuits

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions