Back to Home
martin-papy icon

qdrant-loader

Verified Safe

by martin-papy

Overview

The QDrant Loader MCP Server provides advanced Retrieval-Augmented Generation (RAG) capabilities to AI development tools by bridging a QDrant knowledge base. It offers intelligent search through semantic, hierarchy-aware, and attachment-focused tools, integrating seamlessly with MCP-compatible AI tools to provide context-aware code assistance, documentation lookup, and intelligent suggestions.

Installation

Run Command
mcp-qdrant-loader

Environment Variables

  • QDRANT_URL
  • LLM_API_KEY
  • OPENAI_API_KEY

Security Notes

The server relies on environment variables for sensitive data like API keys (LLM_API_KEY, QDRANT_API_KEY), which is a good practice. It explicitly recommends disabling console logging for MCP (MCP_DISABLE_CONSOLE_LOGGING=true) to prevent JSON-RPC interference, which is a key security and stability measure for AI tool integration. The HTTP transport handler uses FastAPI with CORSMiddleware and validates origins/protocol versions. There are no obvious hardcoded secrets, 'eval', or 'exec' patterns without clear justification. Overall, it follows good security practices for an application interacting with external services.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassMedium
Avg Tokens300
Stars20
Forks14
Last Update2025-12-05

Tags

RAGAI Development ToolsQDrantVector DatabaseSemantic SearchHierarchy SearchAttachment SearchModel Context ProtocolMCP ServerPythonContextual AIKnowledge Base