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.
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 コマンドを使用します:
ドッカー
ツール
MCP サーバーは次のツールを提供します。
qdrantストア
Qdrant データベースに情報を保存します。
qdrant-find
セマンティック検索を使用して Qdrant データベース内の情報を検索します。
発達
テスト
書式設定
リンティング
建物
ライセンス
Apacheライセンス2.0
This server cannot be installed
セマンティック検索機能を使用して Qdrant ベクトル データベースから情報を保存および取得できるマシン コントロール プロトコル (MCP) サーバー。