Integrations
Enables configuration of the server through environment variables stored in .env files, supporting settings for connection details and model parameters.
Provides containerization support for running the MCP server in isolated environments, with Docker Compose configuration included for easy deployment.
Supports installation from source using Git for developers who want to modify or contribute to the codebase.
MCP Server for Qdrant
A Machine Control Protocol (MCP) server for storing and retrieving information from a Qdrant vector database.
Features
- Store text information with optional metadata in Qdrant
- Semantic search for stored information
- FastEmbed integration for text embeddings
- Environment-based configuration
- Docker support
Installation
Using pip
From source
Configuration
Configuration is done through environment variables. You can create a .env
file based on the .env.example
file:
Edit the .env
file to configure the server:
Usage
Running locally
Or using the make command:
Docker
Tools
The MCP server provides the following tools:
qdrant-store
Stores information in the Qdrant database.
qdrant-find
Searches for information in the Qdrant database using semantic search.
Development
Testing
Formatting
Linting
Building
License
Apache License 2.0
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Machine Control Protocol (MCP) server that enables storing and retrieving information from a Qdrant vector database with semantic search capabilities.
Related MCP Servers
- AsecurityAlicenseAqualityThis repository is an example of how to create a MCP server for Qdrant, a vector search engine.Last updated -2448PythonApache 2.0
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.Last updated -1474JavaScriptApache 2.0
- AsecurityAlicenseAqualityA high-performance MCP server utilizing libSQL for persistent memory and vector search capabilities, enabling efficient entity management and semantic knowledge storage.Last updated -67849TypeScriptMIT License
- AsecurityAlicenseAqualityA high-performance, persistent memory system for the Model Context Protocol (MCP) providing vector search capabilities and efficient knowledge storage using libSQL as the backing store.Last updated -6781TypeScriptMIT License