What problem does it solve?
Tokensave eliminates slow, repetitive code reading by building a searchable code graph so Claude can answer structural questions about a project quickly and accurately.
Core Features & Use Cases
- Code-graph MCP setup: Connect Tokensave to Claude via MCP so the model uses graph-based tools instead of raw file reads.
- Project indexing and syncing: Initialize a database from the project source and keep it current with incremental or forced re-indexing.
- Deep code analysis tools: Enable symbol search, call-graph exploration, impact/affected analysis, and code quality checks.
Use Case: You are refactoring a large codebase and need to understand how a change to a function impacts callers, tests, and architectural coupling without manually grepping through thousands of files.
Quick Start
Run tokensave claude-install and then start an MCP server pointing to your project root so Claude can use tokensave tools for symbol search and call-graph questions.