Skip to main content
Glama
YamadaYoukai

Code Search MCP

by YamadaYoukai

Related Servers

Alternatives to Code Search MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Exposes Sourcegraph Zoekt code search to MCP-capable AI agents, enabling fast, indexed regex/symbol-aware code search over repositories.
      3
      2
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides two-modal code search (lexical via Zoekt and semantic via ChromaDB embeddings) for AI coding agents through MCP tools, enabling fast regex and meaning-based code lookup.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that provides code search capabilities for AI tools and LLMs using Zoekt, allowing for searching across codebases with advanced query syntax and content fetching.
      22
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Exposes Cursor's semantic code search through MCP, enabling tools like codebase_search to query indexed repos.
      1
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server exposing Sourcegraph's AI-enhanced code search capabilities to coding agents, enabling advanced code search, repository discovery, and content fetching.
      MIT

    TDQS

    A4.6/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have clear, non-overlapping purposes: search_code finds code locations based on text queries, while get_file_context retrieves surrounding source context for a specific hit. No ambiguity exists.

    Naming Consistency5/5

    Both tool names follow a consistent verb_noun pattern (search_code, get_file_context) using snake_case. The naming is predictable and clearly conveys the action and object.

    Tool Count4/5

    With only 2 tools, the server is minimal but focused on a narrow domain: code search and context retrieval. While some might expect additional filtering or browsing tools, the count is appropriate for a targeted utility.

    Completeness4/5

    The server covers the core workflow of searching code and retrieving file context. Minor gaps exist (e.g., no direct language-specific filter, no batch operations), but the surface is sufficient for the stated purpose.

    Maintenance

    ActivityActive
    ResponsivenessNo issues