dgraph-mcp-server
Dgraph MCP Server is a Model Context Protocol server implementation designed for interaction with the Dgraph graph database. It facilitates LLM applications in executing queries, mutations, and altering schemas. It requires Go 1.18 or higher and a running Dgraph database.
Dgraph MCP Server
A Model Context Protocol (MCP) server implementation for Dgraph graph database. This project enables LLM applications to interact with a Dgraph database through tools that allow executing DQL queries, performing mutations, altering the schema, and retrieving the current schema.
Prerequisites
- Go 1.18 or higher
- Dgraph database (running locally or remotely)
Usage
The server uses standard input/output for communication with LLM applications and supports various operations such as querying, mutating, and schema alteration through specific tools provided by the server.