Dev Tools · 1h ago
New MCP tool cuts Claude Code token usage 10x for TypeScript queries
Developer Samchon released @ttsc/graph, an MCP tool that provides coding agents with a pre-built TypeScript compiler dependency graph instead of raw file content. In benchmarks, it reduced token consumption by roughly 10x on structural code questions compared to existing tools like codegraph. The tool forces agents to use chain-of-thought reasoning on the graph, avoiding costly file grepping.
Meridian48 take
The 10x token reduction is impressive, but the tool only helps with structural queries and requires the compiler graph to be pre-built, limiting its utility for open-ended coding tasks.
Read the full reporting
I Made TS Compiler Graph MCP: 10x Fewer Tokens in Claude Code →
DEV Community
mcptypescript