Back to Home
mhalder icon

qdrant-mcp-server

Verified Safe

by mhalder

Overview

This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.

Installation

Run Command
node build/index.js

Environment Variables

  • OPENAI_API_KEY
  • COHERE_API_KEY
  • VOYAGE_API_KEY
  • QDRANT_API_KEY

Security Notes

The server includes path validation (`validatePath`) to prevent directory traversal attacks. For HTTP transport, the README explicitly warns users to run it behind a reverse proxy with HTTPS, implement authentication/authorization at the proxy level, use firewalls, and not expose it directly to the public internet without protection. API keys for cloud embedding providers and Qdrant are sourced from environment variables. The `MetadataExtractor` module also includes basic secret detection logic within code chunks, enhancing overall security awareness.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassMedium
Avg Tokens50
Stars11
Forks10
Last Update2026-01-18

Tags

MCPQdrantVector SearchSemantic SearchCode IndexingEmbeddingsOllamaOpenAICohereVoyage AIHybrid SearchIncremental IndexingTypeScript