Skip to main content
Glama
260,400 tools. Last updated 2026-07-05 06:01

"An easy solution for semantic search in code files" matching MCP tools:

  • Search indexed documentation files by semantic similarity to find relevant explanations, architecture details, or decision logs.
    MIT
  • Search Noir source code across cloned repos using regex patterns to find function implementations, code patterns, and examples in .nr files.
    MIT
  • Scan markdown files, chunk and embed them into a searchable index for semantic retrieval. Only re-processes changed files to save time.
    MIT
  • Search vectorized files in a group using semantic queries to find relevant content based on meaning rather than keywords.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    D
    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.
    Last updated
    3
    2

Matching MCP Connectors

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

  • Cloudflare Workers MCP server: code-explainer

  • Search indexed code files using regex patterns or natural-language queries to find relevant symbols and code.
    MIT
  • Syncs .cs file changes from disk into the loaded solution after edits or writes. Specify files for targeted updates or omit for full refresh.
    MIT
  • Get file structure, size, and semantic outline for large files to understand their organization and key components quickly.
    MIT
  • Perform semantic search across an indexed codebase using natural language queries. Returns code chunks that match the described functionality.
    AGPL 3.0
  • Safely rename a type, method, or property across the entire .NET solution using Roslyn semantic analysis. Preview changes before applying to update all references.
    MIT
  • Create a semantic search store for code files. Upload files into the store, and Gemini automatically searches them during code analysis.
    MIT
  • Remove a connector from a deployed solution by stopping and deleting it, removing all references in solution and skill definitions, and cleaning up associated files.
    MIT
  • Upload a file to a FileSearch store to enable semantic search. Files are chunked and embedded for retrieval.
    MIT
  • Search Noir source code across cloned repos using regex to find function implementations, patterns, and examples in .nr files.
    MIT