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 runドッカー
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