Skip to main content
Glama

NebulaGraph MCP Server

Servidor de protocolo de contexto de modelo para NebulaGraph

Una implementación de servidor de Protocolo de contexto de modelo (MCP) que proporciona acceso a NebulaGraph .

Características

  • Acceso sin inconvenientes a NebulaGraph 3.x.
  • Prepárese para la exploración de gráficos, ya sabe, esquema, consulta y algunos algoritmos de acceso directo.
  • Siga el protocolo de contexto del modelo, listo para integrarse con los sistemas de herramientas LLM.
  • Interfaz de línea de comandos sencilla con soporte para configuración a través de variables de entorno y archivos .env.

LlamaIndex con NebulaGraph MCP

Instalación

pip install nebulagraph-mcp-server

Uso

nebulagraph-mcp-server cargará configuraciones desde .env , por ejemplo:

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>

Requiere que el valor de NEBULA_VERSION sea igual a v3 hasta que estemos listos para v5.

Desarrollo

npx @modelcontextprotocol/inspector \ uv run nebulagraph-mcp-server

Créditos

El diseño y el flujo de trabajo de este repositorio se copian de mcp-server-opendal .

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

Una implementación de servidor de protocolo de contexto de modelo que permite a los LLM interactuar con la base de datos NebulaGraph para la exploración de gráficos, lo que respalda la comprensión de esquemas, consultas y algoritmos de gráficos.

  1. Características
    1. Instalación
      1. Uso
        1. Desarrollo
          1. Créditos

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A 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 -
              340
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A 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 -
              340
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
              Last updated -
              733
              1
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.
              Last updated -
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/nebula-contrib/nebulagraph-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server