NebulaGraph Explorer
STDIOMCP server implementation providing access to NebulaGraph for graph exploration and queries.
MCP server implementation providing access to NebulaGraph for graph exploration and queries.
A Model Context Protocol (MCP) server implementation that provides access to NebulaGraph.
pip install nebulagraph-mcp-server
nebulagraph-mcp-server
will load configs from .env
, for example:
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>
It requires the value of
NEBULA_VERSION
to be equal to v3 until we are ready for v5.
npx @modelcontextprotocol/inspector \ uv run nebulagraph-mcp-server
The layout and workflow of this repo is copied from mcp-server-opendal.