Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEBULA_HOSTYesYour NebulaGraph server host
NEBULA_PORTYesYour NebulaGraph server port
NEBULA_USERYesYour NebulaGraph server user
NEBULA_VERSIONNoNebulaGraph version (only v3 is supported)v3
NEBULA_PASSWORDYesYour NebulaGraph server password

Tools

Functions exposed to the LLM to take actions

NameDescription
list_spaces

List all available spaces Returns: The available spaces

get_space_schema

Get the schema information of the specified space Args: space: The space to get the schema for Returns: The schema information of the specified space

execute_query

Execute a query Args: query: The query to execute space: The space to use Returns: The results of the query

find_path

Find paths between two vertices Args: src: The source vertex ID dst: The destination vertex ID space: The space to use depth: The maximum path depth limit: The maximum number of paths to return Returns: The path results

find_neighbors

Find the neighbors of the specified vertex Args: vertex: The vertex ID to query space: The space to use depth: The depth of the query, default is 1 Returns: The neighbors of the specified vertex

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/nebula-contrib/nebulagraph-mcp-server'

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