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>

它要求NEBULA_VERSION的值等于 v3,直到我们准备好 v5。

发展

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

致谢

该 repo 的布局和工作流程是从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