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.
Server Config
{
"mcpServers": {
"token-savior": {
"command": "uvx",
"args": [
"token-savior"
],
"env": {
"WORKSPACE_ROOTS": "/path/to/your/project"
}
}
}
}