Skip to main content
Glama
ciulla
by ciulla

Related Servers

Alternatives to local-code-index

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that indexes your codebase using tree-sitter AST parsing and gives AI tools instant access to structural intelligence like dependency graphs, call trees, and dead code detection from a local SQLite database.
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      A local MCP server that provides semantic code search for Python codebases using tree-sitter for chunking and LanceDB for vector storage. It enables natural language queries to find relevant code snippets based on meaning rather than just text matching.
      3
      3
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      A local MCP server that enables LLM clients like Claude to perform semantic code search and answer questions about a codebase using tree-sitter parsing and sqlite-vec vector storage.
      -
    • A
      license
      A
      quality
      A
      maintenance
      Local MCP server for semantic code search using Tree-sitter AST parsing, local embeddings, and hybrid search; enables indexing and querying codebases entirely offline.
      5
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      AST-aware codebase indexing with semantic search, exposed as an MCP server. Enables semantic search and file context retrieval across your codebase using natural language queries.
      7 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for semantic codebase navigation that builds an AST index of symbols, imports, and exports, providing AI agents with tools to search, explore, and understand code.
      MIT

    TDQS

    B3.4/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a distinct purpose: adding, listing, searching (single or all), and deleting repositories. No overlapping functionality.

    Naming Consistency4/5

    Tools follow a verb_noun pattern with snake_case, though 'list_indexed_repositories' slightly deviates from the simpler 'repository' stem used by others.

    Tool Count5/5

    With 5 tools, the set is well-scoped for a code indexing server, covering essential operations without redundancy.

    Completeness4/5

    Core CRUD operations are present (index, list, search, delete), but an explicit update or re-index tool is missing, though index can be re-run.

    Maintenance

    ActivityStale
    ResponsivenessNo issues