Skip to main content
Glama
MuYiYong

nebula-mcp

by MuYiYong

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEBULA_MAX_ROWSNoMaximum number of result rows to include in the MCP context. Does not prevent the database from computing large results.
NEBULA_PASSWORDYesPassword for the NebulaGraph database. Required. Note: stored in plaintext in ~/.codex/config.toml by Codex Desktop.
NEBULA_USERNAMEYesUsername for the NebulaGraph database. Required.
NEBULA_ADDRESSESYesOne or more HOST:PORT addresses of the NebulaGraph database. Required.
NEBULA_ALLOW_MUTATIONSNoSet to 'true' to allow mutation statements via the dedicated nebula_execute_mutation tool. Defaults to 'false'.false
NEBULA_CONNECT_TIMEOUT_MSNoConnection timeout in milliseconds. Recommended: 30000.30000
NEBULA_REQUEST_TIMEOUT_MSNoPer-request timeout in milliseconds for individual query execution.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nebula_test_connectionA

Test the configured YueShu connection and return only redacted settings.

nebula_list_graphsA

List persistent graphs before choosing schema and graph context.

nebula_get_graph_schemaC

Read a Graph Type schema; optionally include a UTF-8 byte-bounded DDL string.

nebula_validate_gqlA

Validate YueShu 5.3 GQL for placeholders, dialect residuals, policy, and optional EXPLAIN. This never executes the original statement.

nebula_execute_queryA

Execute one approved read-only GQL statement and optionally return table, cytoscape-elements-v1 graph, deterministic analysis, and vega-lite-v5 charts.

nebula_execute_mutationA

Execute one mutation only when NEBULA_ALLOW_MUTATIONS=true and confirm_mutation=true. This tool is destructive and returns no charts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
nebula-connectionRedacted YueShu connection status and server version.

Latest Blog Posts

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/MuYiYong/nebula-mcp'

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