Qdrant Vector Database
Summary
MCP Server for Qdrant provides a vector database integration for storing and retrieving information using semantic search capabilities. Built with Python, it supports multiple embedding providers including FastEmbed, sentence-transformers, and lightweight alternatives optimized for Alpine Linux environments with minimal dependencies. The server offers two main tools: 'qdrant-store' for saving text with optional metadata and 'qdrant-find' for semantic searching of stored information. It can be deployed via Docker or run locally, making it ideal for AI assistants that need persistent memory storage with efficient retrieval based on meaning rather than exact keyword matching.
Available Actions(2)
qdrant-store
Stores information in the Qdrant database. Parameters: information (string) - The text to store, metadata (optional JSON) - Optional JSON metadata to associate with the text.
qdrant-find
Searches for information in the Qdrant database using semantic search. Parameters: query (string) - The search query.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论