Overview
What is PsiACE NebulaGraph MCP Server?
PsiACE NebulaGraph MCP Server is an implementation of the Model Context Protocol (MCP) that provides seamless access to NebulaGraph, a graph database.
How to use PsiACE NebulaGraph MCP Server?
To use the server, install it via pip and configure it using environment variables or a .env file to connect to your NebulaGraph instance.
Key features of PsiACE NebulaGraph MCP Server?
- Seamless access to NebulaGraph 3.x.
- Ready for graph exploration with schema, query, and shortcut algorithms.
- Follows Model Context Protocol for integration with LLM tooling systems.
- Simple command-line interface with environment variable support.
Use cases of PsiACE NebulaGraph MCP Server?
- Integrating graph database capabilities into applications.
- Facilitating data exploration and analysis in graph structures.
- Supporting machine learning models that require graph data.
FAQ from PsiACE NebulaGraph MCP Server?
- What version of NebulaGraph is supported?
Only NebulaGraph version 3.x is supported at this time.
- How do I install the server?
You can install it using the command:
pip install nebulagraph-mcp-server.
- Can I use this server for other versions of NebulaGraph?
Currently, it only supports version 3.x until further updates are made.