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.
Qdrant 的 MCP 服务器
用于存储和检索 Qdrant 矢量数据库信息的机器控制协议 (MCP) 服务器。
特征
- 在 Qdrant 中存储带有可选元数据的文本信息
- 存储信息的语义搜索
- 用于文本嵌入的 FastEmbed 集成
- 基于环境的配置
- Docker 支持
安装
使用 pip
从源头
配置
配置是通过环境变量完成的。您可以基于.env.example
文件创建一个.env
文件:
编辑.env
文件来配置服务器:
用法
本地运行
或者使用 make 命令:
Docker
工具
MCP 服务器提供以下工具:
qdrant 商店
将信息存储在 Qdrant 数据库中。
qdrant-find
使用语义搜索在 Qdrant 数据库中搜索信息。
发展
测试
格式化
代码检查
建筑
执照
Apache 许可证 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.
机器控制协议 (MCP) 服务器,能够从具有语义搜索功能的 Qdrant 矢量数据库存储和检索信息。
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