MCP Server for Qdrant
Qdrant 的 MCP 服务器
用于存储和检索 Qdrant 矢量数据库信息的机器控制协议 (MCP) 服务器。
特征
在 Qdrant 中存储带有可选元数据的文本信息
存储信息的语义搜索
用于文本嵌入的 FastEmbed 集成
基于环境的配置
Docker 支持
Related MCP server: mcp-server-qdrant
安装
使用 pip
pip install mcp-server-qdrant从源头
git clone https://github.com/your-org/mcp-server-qdrant.git
cd mcp-server-qdrant
make setup配置
配置是通过环境变量完成的。您可以基于.env.example文件创建一个.env文件:
cp .env.example .env编辑.env文件来配置服务器:
# 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用法
本地运行
python -m mcp_server_qdrant.main或者使用 make 命令:
make runDocker
docker-compose up工具
MCP 服务器提供以下工具:
qdrant 商店
将信息存储在 Qdrant 数据库中。
information: The text to store
metadata: Optional JSON metadata to associate with the textqdrant-find
使用语义搜索在 Qdrant 数据库中搜索信息。
query: The search query发展
测试
make test格式化
make format代码检查
make lint建筑
make build执照
Apache 许可证 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA 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.24135Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for Qdrant vector database with local BERT embeddings. Enables semantic search and vector storage operations through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceA knowledge base MCP server backed by Qdrant vector database with local embeddings for semantic search and document management.61ISC
- AlicenseBqualityCmaintenanceAn MCP server for storing and retrieving memories using Qdrant vector search, acting as a semantic memory layer.2Apache 2.0
Related MCP Connectors
Remote ChromaDB vector database MCP server with streamable HTTP transport
Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
An MCP memory server. One memory your agents share — across models, devices and apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jimmy974/mcp-server-qdrant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server