Qdrant icon

Qdrant

Enables semantic code search by leveraging Qdrant vector database and OpenAI embeddings.

概要

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.

主な機能

  • MCP Integration (e.g., with Claude)
  • Semantic Code Search
  • 0 GitHub stars
  • Automatic Background Reindexing
  • Fast Incremental Indexing
  • Smart Filtering (.gitignore support)

ユースケース

  • Identifying error handling patterns or API endpoints across a project
  • Finding specific code by natural language queries within an IDE or AI assistant
  • Understanding codebase structure and relationships through semantic search