Skip to main content
Glama

NebulaGraph MCP Server

NebulaGraph 用モデルコンテキストプロトコルサーバー

NebulaGraphへのアクセスを提供するモデル コンテキスト プロトコル (MCP) サーバー実装。

特徴

  • NebulaGraph 3.x へのシームレスなアクセス。
  • グラフ探索、スキーマ、クエリ、およびいくつかのショートカット アルゴリズムの準備をします。
  • モデル コンテキスト プロトコルに従い、LLM ツール システムと統合する準備ができています。
  • 環境変数と .env ファイルによる構成をサポートするシンプルなコマンドライン インターフェイス。

LlamaIndexとNebulaGraph MCP

インストール

pip install nebulagraph-mcp-server

使用法

nebulagraph-mcp-server .envから設定を読み込みます。例:

NEBULA_VERSION=v3 # only v3 is supported NEBULA_HOST=<your-nebulagraph-server-host> NEBULA_PORT=<your-nebulagraph-server-port> NEBULA_USER=<your-nebulagraph-server-user> NEBULA_PASSWORD=<your-nebulagraph-server-password>

v5 の準備ができるまで、 NEBULA_VERSIONの値は v3 に等しくする必要があります。

発達

npx @modelcontextprotocol/inspector \ uv run nebulagraph-mcp-server

クレジット

このリポジトリのレイアウトとワークフローは、 mcp-server-opendalからコピーされます。

-
security - not tested
A
license - permissive license
-
quality - not tested

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 データベースと対話してグラフ探索を行い、スキーマ理解、クエリ、およびグラフ アルゴリズムをサポートできるようにするモデル コンテキスト プロトコル サーバーの実装。

  1. 特徴
    1. インストール
      1. 使用法
        1. 発達
          1. クレジット

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.
              Last updated -
              340
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.
              Last updated -
              340
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
              Last updated -
              733
              1
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.
              Last updated -
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            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/nebula-contrib/nebulagraph-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server