qdrant-llamaindex-mcp-server
Related Servers
Alternatives to qdrant-llamaindex-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server for RAG using Qdrant that automatically indexes documents from directories and generates search tools for each collection.MIT
- AlicenseNot gradedqualityDmaintenanceA knowledge base MCP server backed by Qdrant vector database with local embeddings for semantic search and document management.6 npm1ISC
- AlicenseNot gradedqualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).15 npm37MIT
- AlicenseAqualityCmaintenancePython MCP server for vector search using Qdrant vector database and Ollama embeddings, with advanced query techniques like query expansion, HyDE, and reranking.22MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for semantic code search using Qdrant vector database, enabling natural language queries to find relevant code snippets across indexed codebases.MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides semantic memory on top of Qdrant vector search, with tools to store and retrieve information using embeddings.2Apache 2.0
TDQS
Scored across 17 tools
Tools are mostly distinct with clear purposes across collections, documents, points, and search. Some overlap exists (e.g., delete-documents vs. delete-point, find vs. search-by-vector) but descriptions help differentiate.
Most tools follow a 'qdrant-verb-noun' pattern (e.g., add-documents, create-collection). However, 'qdrant-store' and 'qdrant-find' are verb-only, creating a slight inconsistency.
17 tools is on the higher side but still appropriate for a full-featured vector database server covering collection and document management, search, and maintenance. Each tool appears justified.
Core CRUD and search operations are covered, but missing tools for updating collection configuration or full document content updates (only payload update). Some gaps like truncating collections are absent.