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
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