better-qdrant-mcp
Verified Safeby jtsang4
Overview
An MCP server providing long-term memory and semantic search capabilities using Qdrant vector database and OpenAI embeddings for AI agents.
Installation
uvx better-qdrant-mcpEnvironment Variables
- OPENAI_API_KEY
- OPENAPI_API_KEY
- QDRANT_URL
- QDRANT_API_KEY
- COLLECTION_NAME
- OPENAI_BASE_URL
- OPENAI_EMBEDDING_MODEL
- MCP_TRANSPORT
- MCP_HOST
- MCP_PORT
- MCP_PATH
Security Notes
The project avoids `eval` or similar dangerous functions. All sensitive configurations like API keys and URLs are loaded from environment variables, which is a good security practice. Network interactions are standard for connecting to Qdrant and OpenAI APIs. No obvious malicious patterns were found in the provided source code.
Similar Servers
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
mcp-duckdb-memory-server
Manages and queries a knowledge graph using DuckDB as an embedded backend for AI agent memory, specifically designed for the Model Context Protocol.
qdrant-loader
A Model Context Protocol (MCP) server that provides advanced Retrieval-Augmented Generation (RAG) capabilities to AI development tools by bridging a QDrant knowledge base for intelligent, context-aware search.
concept-rag
This MCP server provides conceptual search, document analysis, and library exploration capabilities over a knowledge base using LanceDB and LLM-based concept extraction.