NebulaGraph MCP Server
by PsiACE
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.
Model Context Protocol Server for NebulaGraph
A Model Context Protocol (MCP) server implementation that provides access to NebulaGraph.
Features
- Seamless access to NebulaGraph 3.x .
- Get ready for graph exploration, you know, Schema, Query, and a few shortcut algorithms.
- Follow Model Context Protocol, ready to integrate with LLM tooling systems.
- Simple command-line interface with support for configuration via environment variables and .env files.
Installation
Copy
Usage
nebulagraph-mcp-server
will load configs from .env
, for example:
Copy
It requires the value of
NEBULA_VERSION
to be equal to v3 until we are ready for v5.
Development
Copy
Credits
The layout and workflow of this repo is copied from mcp-server-opendal.
This server cannot be installed
A Model Context Protocol server implementation that enables LLMs to interact with NebulaGraph database for graph exploration, supporting schema understanding, queries, and graph algorithms.