MCP Server with Qdrant
@ChangJunPark
MCP Server with Qdrant について
qdrant + mcp-qdrant-server
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server with Qdrant?
MCP Server with Qdrant integrates the Qdrant vector database with a Model Context Protocol server to store, manage, and semantically search code snippets. It is designed for developers and AI tools that need to retrieve relevant code using natural language queries.
How to use MCP Server with Qdrant?
Start the services with docker-compose up -d. Use the provided MCP tools qdrant-store to store information and qdrant-find to search for related snippets. Configure AI IDEs (such as Cursor) by adding a JSON entry with "url": "http://localhost:8000/sse".
Key features of MCP Server with Qdrant
- Store and manage code snippets in Qdrant.
- Natural language code search with semantic retrieval.
- Supports SSE (Server-Sent Events) transport.
- Uses default embedding model
all-MiniLM-L6-v2. - Provides dedicated
qdrant-storeandqdrant-findtools.
Use cases of MCP Server with Qdrant
- Build a searchable code snippet library for quick reference.
- Enable LLM tools to retrieve relevant code context on demand.
- Integrate with AI IDEs for contextual code retrieval during development.
FAQ from MCP Server with Qdrant
What are the prerequisites to run MCP Server with Qdrant?
Docker and Docker Compose must be installed on the system.
How is data persisted and where is it stored?
Data is stored permanently in the ./qdrant_storage directory. Regular backups of this directory are recommended.
How can I change the embedding model used for search?
Set the EMBEDDING_MODEL environment variable to your desired model name (default is sentence-transformers/all-MiniLM-L6-v2).
How do I access the Qdrant dashboard?
The Qdrant UI is available at http://localhost:6333/dashboard.
What transport protocol does the MCP server use?
The MCP server uses SSE (Server-Sent Events) and listens on port 8000 at the /sse endpoint.
「データベース」の他のコンテンツ
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
コメント