Skip to main content
Glama
520,987 tools. Updated 2026-09-06 09:34

"A tool for searching code using semantic understanding" matching MCP tools:

  • Find the right integration tool for any task by searching available actions with semantic search. Describe what you want to do and get relevant tool suggestions.
    MIT
  • Analyze code files to identify top-level symbols and their structure, providing a quick overview for understanding new codebases or files.
    MIT
  • Explain code or concepts by providing a snippet or topic with optional context, and receive clear, actionable explanations for learning, documentation, and deeper understanding using GLM.
    MIT

Matching MCP Servers

  • 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
    -
  • A
    license
    A
    quality
    B
    maintenance
    A self-hosted semantic code retrieval MCP server that enables natural language queries to find relevant code snippets using Tree-sitter AST parsing, embedding, and hybrid search with reranking.
    1
    2
    MIT

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Find code by meaning with hybrid semantic and exact text matching, returning relevant snippets with file locations and line numbers.
    MIT
  • Find code by meaning using semantic search with natural language queries. Combines AI understanding with text matching to locate relevant snippets, handling typos and variations.
    MIT
  • Index a local repository for semantic code search. Scans files, splits them into functions/classes, and generates embeddings for retrieval.
    -
  • Translates source code into plain English for non-programmers. Ideal for understanding inherited code, due diligence, and onboarding documents. Costs 500 sats via Lightning.
    MIT
  • Extract function names from PureScript code snippets, focusing solely on functions while excluding data types and classes. Ideal for quick code analysis and understanding.
    MIT
  • Search indexed code and documentation using hybrid semantic and keyword retrieval. Ideal for answering questions about your codebase and project architecture.
    Apache 2.0
  • Resolve Git merge conflicts with AI by understanding code intent from both branches. Detect semantic conflicts beyond text, generate tests, and score confidence for auto-application.
    MIT
  • Search logs using natural language queries with semantic understanding for Kubernetes/Tekton environments. Interprets queries with NLP, recognizes entities, and ranks results by relevance.
    Apache 2.0
  • Search code examples in Collibra documentation using semantic queries. Find scripts for specific tasks with natural language.
    Apache 2.0
  • Build or refresh a directory's semantic index to enable searching and code understanding. Adjust granularity, recursion, file extensions, and ignore patterns to match your needs.
    MIT