NebulaGraph MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEBULA_HOST | Yes | Your NebulaGraph server host | |
| NEBULA_PORT | Yes | Your NebulaGraph server port | |
| NEBULA_USER | Yes | Your NebulaGraph server user | |
| NEBULA_VERSION | No | NebulaGraph version (only v3 is supported) | v3 |
| NEBULA_PASSWORD | Yes | Your NebulaGraph server password |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_spacesC | List all available spaces Returns: The available spaces |
| get_space_schemaC | 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_queryC | Execute a query Args: query: The query to execute space: The space to use Returns: The results of the query |
| find_pathC | 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_neighborsC | 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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