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
pip install nebulagraph-mcp-server
Usage
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_VERSIONto be equal to v3 until we are ready for v5.
Development
npx @modelcontextprotocol/inspector
uv run nebulagraph-mcp-server
Credits
The layout and workflow of this repo is copied from mcp-server-opendal.
NebulaGraph Server
Project Details
- nebula-contrib/nebulagraph-mcp-server
- Apache License 2.0
- Last Updated: 5/2/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server...
A simple MCP server for Obsidian
MCP server for GNU Radio
A Model Context Protocol (MCP) server that enables Claude Desktop to generate images using Google's Gemini AI
Break free of your MCP Client constraints 🦹
filesystem MCP server for accessing WSL distributions from Windows
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks...
A Model Context Protocol (MCP) server enabling AI assistants to interact with Azure DevOps services via Python SDK.
macOS Notification MCP enables AI assistants to trigger native macOS sounds, visual notifications, and text-to-speech. Built for Claude...
[MCP Server] Complete QA for cursor





