Integrations
Enables configuration of the NebulaGraph MCP server via environment variables and .env files for storing connection details and credentials.
Hosts the server's repository and provides CI/CD workflows for testing and linting through GitHub Actions.
Provides access to NebulaGraph databases, enabling graph exploration through schema discovery, query execution, and graph algorithm shortcuts for AI agents to interact with graph data.
NebulaGraph 用モデルコンテキストプロトコルサーバー
NebulaGraphへのアクセスを提供するモデル コンテキスト プロトコル (MCP) サーバー実装。
特徴
- NebulaGraph 3.x へのシームレスなアクセス。
- グラフ探索、スキーマ、クエリ、およびいくつかのショートカット アルゴリズムの準備をします。
- モデル コンテキスト プロトコルに従い、LLM ツール システムと統合する準備ができています。
- 環境変数と .env ファイルによる構成をサポートするシンプルなコマンドライン インターフェイス。
インストール
使用法
nebulagraph-mcp-server
.env
から設定を読み込みます。例:
v5 の準備ができるまで、
NEBULA_VERSION
の値は v3 に等しくする必要があります。
発達
クレジット
このリポジトリのレイアウトとワークフローは、 mcp-server-opendalからコピーされます。
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.
LLM が NebulaGraph データベースと対話してグラフ探索を行い、スキーマ理解、クエリ、およびグラフ アルゴリズムをサポートできるようにするモデル コンテキスト プロトコル サーバーの実装。