Back to Home
Xyber-Labs icon

mcp-servers

Verified Safe

by Xyber-Labs

Overview

Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.

Installation

Run Command
docker compose up mcp_server_qdrant

Environment Variables

  • QDRANT_HOST
  • QDRANT_PORT
  • QDRANT_API_KEY
  • EMBEDDING_PROVIDER
  • EMBEDDING_MODEL

Security Notes

Strong input validation with Pydantic schemas and environment variable-based secret management are positive security practices. The `PayloadSizeMiddleware` prevents large payload attacks. Multi-tenant filtering is explicitly handled within the Qdrant connector, improving data isolation. The `fastembed` library downloads embedding models dynamically, which could pose a supply chain risk if not from trusted repositories or if model integrity is not verified. Qdrant filter expressions, while utilizing the client library, should be carefully constructed to prevent unintended data exposure in multi-tenant scenarios.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassLow
Avg Tokens200
Stars5
Forks1
Last Update2025-11-27

Tags

Vector DatabaseSemantic SearchQdrantAI AgentsData StorageInformation RetrievalMulti-tenant