Qdrant Vector Database
БесплатноНе проверенIntegrates with Qdrant vector database to provide semantic search capabilities for storing and retrieving information using multiple embedding providers, deploy
Описание
Integrates with Qdrant vector database to provide semantic search capabilities for storing and retrieving information using multiple embedding providers, deployable via Docker or locally.
README
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
pip install mcp-server-qdrant
From source
git clone https://github.com/your-org/mcp-server-qdrant.git
cd mcp-server-qdrant
make setup
Configuration
Configuration is done through environment variables. You can create a .env file based on the .env.example file:
cp .env.example .env
Edit the .env file to configure the server:
# Qdrant configuration
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=your-api-key
# Collection name
COLLECTION_NAME=memories
# Embedding provider configuration
EMBEDDING_PROVIDER=fastembed
EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
Usage
Running locally
python -m mcp_server_qdrant.main
Or using the make command:
make run
Docker
docker-compose up
Tools
The MCP server provides the following tools:
qdrant-store
Stores information in the Qdrant database.
information: The text to store
metadata: Optional JSON metadata to associate with the text
qdrant-find
Searches for information in the Qdrant database using semantic search.
query: The search query
Development
Testing
make test
Formatting
make format
Linting
make lint
Building
make build
License
Apache License 2.0
Установка Qdrant Vector Database
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jimmy974/mcp-server-qdrantFAQ
Qdrant Vector Database MCP бесплатный?
Да, Qdrant Vector Database MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Qdrant Vector Database?
Нет, Qdrant Vector Database работает без API-ключей и переменных окружения.
Qdrant Vector Database — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Qdrant Vector Database в Claude Desktop, Claude Code или Cursor?
Открой Qdrant Vector Database на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Qdrant Vector Database with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
