token-savior
Related Servers
Alternatives to token-savior
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables Large Language Models to interact with Git repositories through a robust API, supporting operations like repository initialization, cloning, file staging, committing, and branch management.283,590 npm241Apache 2.0
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides structure-aware code analysis (symbol trees, dependencies, docs) to reduce AI agent token consumption by up to 99%, along with Git commit intelligence.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides semantic code intelligence by pre-indexing codebases, enabling AI agents to query symbol relationships and code structure directly, reducing costs and tool calls.79,201 npmMIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that indexes codebases into a local graph and provides on-demand context retrieval for AI coding agents, reducing token usage by tracking session history and delivering only relevant code subgraphs.5 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server for local-first code intelligence, providing structural code graph, semantic search, and impact analysis to AI agents.2MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server for efficient code indexing and symbol retrieval using tree-sitter AST parsing to fetch specific functions or classes without loading entire files. It significantly reduces AI token costs by providing O(1) byte-offset access to code components across multiple programming languages.-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides ultra-efficient code exploration through AST analysis, reducing LLM token usage by up to 95% while enabling instant call graph generation and dependency analysis for massive codebases.MIT
TDQS
Scored across 69 tools
Many tools have distinct purposes, but several overlap in function, such as get_function_source, get_class_source, replace_symbol_source, edit_lines_in_symbol, insert_near_symbol, and move_symbol all dealing with symbol manipulation, and multiple memory/capture/reasoning tools that could be confused. Descriptions help, but the sheer number and similar naming increase ambiguity.
Most tools follow a verb_noun pattern (get_, find_, list_, etc.), but there are inconsistencies: both 'ts_search' and 'ts_discover' use a different prefix, 'capture_put' vs 'capture_search' vs 'capture_get' (order of verb and noun varies), and 'memory_get' vs 'memory_index' vs 'reasoning_save' show mix of action-first vs noun-first. Overall readable but not uniform.
With 69 tools, this is far beyond typical well-scoped server sizes. While the server covers a large domain (code analysis, editing, memory, captures), the sheer number makes it unwieldy and suggests it would be better split into multiple specialized servers. The count overwhelms agents and increases selection complexity.
The surface is quite comprehensive: it covers project management, code querying, editing, impact analysis, testing, Docker/config analysis, memory persistence, and even a scripting execution tool. Minor gaps exist (e.g., lacks explicit tool for deleting symbols or managing captures beyond purge, and some CRUD for memory is there), but overall it's thorough for its intended purpose.