Skip to main content
Glama

Related Servers

Alternatives to token-savior

  • A
    license
    A
    quality
    C
    maintenance
    A 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.
    28
    3,590 npm
    241
    Apache 2.0

Related Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An 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 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for local-first code intelligence, providing structural code graph, semantic search, and impact analysis to AI agents.
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    An 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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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

C2.9/5.0

Scored across 69 tools

Disambiguation3/5

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.

Naming Consistency3/5

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.

Tool Count2/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessResponsive