Enables semantic code search by leveraging Qdrant vector database and OpenAI embeddings.
Sponsored
The Qdrant server provides advanced semantic code search capabilities, allowing developers to find code by meaning rather than just keywords. It integrates seamlessly with Model Context Protocol (MCP) clients like Claude, offering fast, incremental indexing of large codebases. The tool supports automatic reindexing of changed files, smart filtering with .gitignore, and persistent storage of embeddings in Qdrant for efficient retrieval. It's designed to make understanding and navigating complex codebases more intuitive for AI assistants.
Key Features
01MCP Integration (e.g., with Claude)
02Semantic Code Search
030 GitHub stars
04Automatic Background Reindexing
05Fast Incremental Indexing
06Smart Filtering (.gitignore support)
Use Cases
01Identifying error handling patterns or API endpoints across a project
02Finding specific code by natural language queries within an IDE or AI assistant
03Understanding codebase structure and relationships through semantic search