Skip to main content
Glama
harshithsunku

mcp-gtags-server

Related Servers

Alternatives to mcp-gtags-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides IDE-like code navigation and search for local repositories, enabling AI assistants to perform symbol search, trigram indexing, and semantic navigation.
      AGPL 3.0
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables LLM agents to efficiently understand and navigate a codebase by providing semantic search over symbols and a reference graph, replacing expensive grep/glob calls with structured tools like definition lookup, caller/callee queries, and change-impact analysis.
      2
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI coding agents to quickly search and navigate large codebases by indexing symbols and references, offering tools for fuzzy symbol lookup, file outlining, and reference discovery without a language server.
      1
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Exposes type-aware code navigation and fast file search to AI agents via language servers, enabling definitions, references, symbols, and file lookup without reading entire codebases.
      1,301
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A minimalist indexing tool that provides AI agents with semantic search and structural AST parsing for deep codebase understanding. It enables autonomous agents to navigate large codebases predictably using vector embeddings and native language server capabilities like definition and reference tracking.
      -

    TDQS

    A4/5.0

    Scored across 11 tools

    Disambiguation4/5

    Each tool has a clearly defined purpose, with distinct focuses: blast_radius on change impact, find_callees/find_callers on call graph, find_definition on definition sites, etc. Some slight overlap exists between blast_radius and reachability, but descriptions adequately differentiate them.

    Naming Consistency4/5

    All tool names use lowercase with underscores, predominantly following a verb_noun pattern (e.g., find_definition, list_file_symbols). A few names like blast_radius and reachability are noun phrases but still consistent with the underscore style.

    Tool Count5/5

    11 tools is well-suited for a code analysis server. Each tool serves a specific, non-redundant purpose, covering search, definitions, references, call graphs, impact analysis, and index management without being overwhelming.

    Completeness4/5

    The tool surface covers the core needs of static C/C++ analysis: definitions, references, callers/callees, symbol info, file symbols, and impact analysis. Missing features like direct file reading or documentation retrieval are minor gaps for the intended use case.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues