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
加载配置,例如:
它要求
NEBULA_VERSION
的值等于 v3,直到我们准备好 v5。
发展
致谢
该 repo 的布局和工作流程是从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 数据库交互以进行图形探索,支持模式理解、查询和图形算法。