NebulaGraph용 모델 컨텍스트 프로토콜 서버
NebulaGraph 에 대한 액세스를 제공하는 MCP(Model Context Protocol) 서버 구현입니다.
특징
NebulaGraph 3.x에 원활하게 접속하세요.
그래프 탐색을 준비하세요. 스키마, 쿼리, 그리고 몇 가지 단축 알고리즘을 알아보세요.
LLM 툴링 시스템과 통합할 준비가 된 모델 컨텍스트 프로토콜을 따르세요.
환경 변수와 .env 파일을 통한 구성을 지원하는 간단한 명령줄 인터페이스입니다.

설치
지엑스피1
용법
nebulagraph-mcp-server .env 에서 다음과 같은 구성을 로드합니다.
v5를 사용할 준비가 될 때까지
NEBULA_VERSION의 값은 v3과 같아야 합니다.
개발
크레딧
이 리포의 레이아웃과 워크플로는 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 데이터베이스와 상호 작용하여 그래프 탐색, 스키마 이해, 쿼리 및 그래프 알고리즘을 지원할 수 있도록 하는 모델 컨텍스트 프로토콜 서버 구현입니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.Last updated -8292264MIT License
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.Last updated -1091MIT License
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.Last updated -109MIT License
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -5021MIT License