Skip to main content
Glama
521,841 tools. Updated 2026-09-06 12:28

"Using Qdrant vector database for code indexing" matching MCP tools:

  • Convert a skill directory into Qdrant vector database format, enabling high-performance search with native payload filtering.
    MIT
  • Initialize the local knowledge base by creating the SQLite database, vector index, and required directories. Run once to enable all retrieval tools and fix missing database errors.
    MIT
  • Locate code by natural language meaning, combining semantic vector search with graph analysis to surface relevant files, signatures, and dependencies for initial codebase discovery.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

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

  • Check the health of all memory components to confirm the backend is reachable before issuing recall queries. Provides per-component status for embedding, vector store, and graph database.
    Apache 2.0
  • Check OpenLMlib database and vector index status to debug errors, verify initialization, or assess system readiness. Returns database size, finding count, and index status.
    MIT
  • Check the current index status, including database location, indexing state, total items, modules indexed, and progress if running.
    MIT
  • List all Qdrant collections with their point counts to inspect and manage vector store contents.
    Apache 2.0
  • Remove a project's indexed codebase from the vector database, safely stopping file watchers, canceling pending indexing, and waiting for in-flight graph builds before deleting the index.
    AGPL 3.0
  • Trigger manual indexing of all context artifacts, chunking and embedding them into the vector database for semantic search.
    AGPL 3.0
  • Add multiple context entries to a vector database in one batch operation for efficient bulk indexing and storage of semantic information.
    MIT
  • Ask questions about recent code changes and get answers synthesized from git diff and code context. Understand what changed, identify bugs, or assess impact without manual code review.
    MIT
  • Retrieve integration documentation for databases, vector stores, and models. Specify the integration type and optional name to get targeted guides.
    MIT
  • Set up a ChromaDB vector database with LangChain integration, storing text embeddings and optional metadata, with persistence support, returning a retriever.
    MIT