Skip to main content
Glama
LovRanRan

mcp-ast-explorer

by LovRanRan

Related Servers

Alternatives to mcp-ast-explorer

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables deterministic static analysis of Python code, providing tools to inspect classes, functions, imports, dependencies, and more, without executing the code.
      1
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Provides deep structural analysis of Python source code via AST, including function signatures, call graphs, cyclomatic complexity, code smells, dead code detection, and protocol conformance.
      20
      MIT
    • A
      license
      C
      quality
      B
      maintenance
      Enables coding agents to query Python source repositories for exact and variant identifier occurrences with location and syntactic role, using deterministic AST-based evidence without executing code.
      1
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Provides structural, queryable understanding of a Python codebase via MCP tools, enabling direct lookups for callers, dependencies, and class hierarchies without repeated grep/read cycles.
      6
      Apache 2.0
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables LLMs to analyze Python repositories structurally via AST and call graphs, providing code search, symbol lookup, change-impact analysis, workflow tracing, and explanation without embeddings.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides tools for Python code navigation, analysis, and refactoring, including finding definitions, references, and symbol lists. It enables automated tasks such as renaming symbols and organizing imports to enhance AI-driven development.
      Apache 2.0

    TDQS

    D1.7/5.0

    Scored across 6 tools

    Disambiguation4/5

    Tools have distinct purposes: health for status, find_definition for definitions, find_references for references, function_signature for signatures, call_chain for call chains, and class_hierarchy for class hierarchies. No obvious overlap.

    Naming Consistency2/5

    Tool names use mixed patterns: 'health' is a plain noun, while others use 'find_' prefix for some but 'function_signature', 'call_chain', and 'class_hierarchy' follow a noun_noun pattern. Inconsistent naming style.

    Tool Count4/5

    6 tools are appropriate for an AST explorer, covering essential code navigation features like definition, references, signatures, call chains, and class hierarchy. Not too many or too few.

    Completeness3/5

    Covers core code analysis operations but missing common features like finding implementations, listing symbols, or syntax tree queries. Gaps exist but basic workflows are supported.

    Maintenance

    ActivityStale
    ResponsivenessNo issues