VikingDB MCP サーバー
vikingdb の保存と検索のための MCP サーバー
VikingDBとは
VikingDB は、ByteDance が開発した高性能ベクター データベースです。
以下のドキュメントに従って簡単に使用できます: https://www.volcengine.com/docs/84313/1254444
ツール
サーバーは次のツールを実装します。
- vikingdb-collection-intro: vikingdbのコレクションを紹介します
- vikingdb-index-intro: vikingdbのインデックスを紹介します
- vikingdb-upsert-information: 後で使用するために vikingdb に情報をアップサートします
- vikingdb-search-information: VikingDB内の情報を検索します
構成
- vikingdb_host: VikingDB サーバーに使用するホスト。
- vikingdb_region: VikingDB サーバーに使用するリージョン。
- vikingdb_ak: VikingDB サーバーに使用するアクセス キー。
- vikingdb_sk: VikingDB サーバーに使用する秘密キー。
- collection_name: 使用するコレクションの名前。
- index_name: 使用するインデックスの名前。
クイックスタート
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の VikingDB MCP サーバーを自動的にインストールするには:
クロードデスクトップ
MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
開発/非公開サーバーの構成
公開サーバーの構成
発達
建築と出版
配布用のパッケージを準備するには:
- 依存関係を同期し、ロックファイルを更新します。
- パッケージディストリビューションをビルドします。
これにより、 dist/
ディレクトリにソースとホイールのディストリビューションが作成されます。
- PyPI に公開:
注: 環境変数またはコマンド フラグを使用して PyPI 資格情報を設定する必要があります。
- トークン:
--token
またはUV_PUBLISH_TOKEN
- またはユーザー名/パスワード:
--username
/UV_PUBLISH_USERNAME
および--password
/UV_PUBLISH_PASSWORD
デバッグ
MCPサーバーはstdio経由で実行されるため、デバッグが困難になる場合があります。最適なデバッグ環境を実現するには、 MCP Inspectorの使用を強くお勧めします。
次のコマンドを使用して、 npm
経由で MCP Inspector を起動できます。
起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。
This server cannot be installed
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.
vikingdb の保存と検索用の MCP サーバー。
Related MCP Servers
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -1Python
- -securityAlicense-qualityStores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.Last updated -9PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that enables interaction with Markdown knowledge bases, allowing users to search and retrieve content by tags, text, URL, or date range from their local markdown files.Last updated -771Python
- AsecurityAlicenseAqualityAn MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.Last updated -11MIT License