Token Savior
About
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, w
Details
- Author
- Mibayy
- Downloads
- 550
- Categories
- Other, Developer Tools
Jump to
- Navigates codebases by symbol, function, class, and dependency.
- Reduces token usage by up to 87% on large projects.
- Provides dependency graphs for project structure.
- Offers git diffs at the symbol level.
- Includes checkpoint/rollback, dead code detection, and complexity analysis.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Token SaviorCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"token savior": {
"token-savior": {
"command": "uvx",
"args": [
"token-savior"
],
"env": {
"WORKSPACE_ROOTS": "/path/to/your/project"
}
}
}
}
}
McpServers
{
"token-savior": {
"command": "uvx",
"args": [
"token-savior"
],
"env": {
"WORKSPACE_ROOTS": "/path/to/your/project"
}
}
}
Token Savior is a structural codebase MCP server that lets AI assistants navigate large codebases by symbol, functions, classes, dependencies, without reading entire files. Reduces token usage by up to 87% on large projects. Supports 50+ tools including dependency graphs, git diffs at symbol level, checkpoint/rollback, dead code detection, and complexity analysis. Works with any MCP client (Claude Code, Cursor, Windsurf, Cline).
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





