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 run --rm -it -p 8000:8000 --env-file .env mcp-server-qdrant

Environment Variables

  • QDRANT_HOST
  • QDRANT_PORT
  • QDRANT_API_KEY
  • EMBEDDING_PROVIDER
  • EMBEDDING_MODEL

Security Notes

The server uses Pydantic for input validation, which is a good practice to prevent common injection vulnerabilities. API keys (for Qdrant and potentially x402 payments if enabled) are expected from environment variables, avoiding hardcoding. The `X402WrapperMiddleware` processes `X-PAYMENT` headers, including base64 decoding and JSON parsing; while this uses a dedicated `x402` library, improper handling of such headers can introduce risks, but no obvious critical flaw is apparent from the truncated code. Connection to Qdrant requires a secure setup (e.g., TLS, API key).

Similar Servers

Stats

Interest Score19
Security Score8
Cost ClassLow
Stars4
Forks1
Last Update2025-12-26

Tags

MCPQdrantVector DatabaseSemantic SearchAI AgentsData StorageMulti-tenantDocument Management