Enables LLM applications to interact with a Dgraph database using the Model Context Protocol (MCP).
This tool implements an MCP server, providing a bridge between Large Language Model (LLM) applications and a Dgraph graph database. It allows LLMs to execute DQL queries, perform data mutations, alter the database schema, and retrieve the current schema definition. By communicating through standard input/output, it facilitates seamless integration with various LLM frameworks, enabling applications to leverage the power of graph databases for enhanced contextual understanding and data manipulation.
Key Features
01Performs mutations on the Dgraph database.
02Retrieves the current Dgraph schema.
031 GitHub stars
04Executes DQL queries against a Dgraph database.
05Alters the Dgraph schema.
06Integrates with LLM applications via standard input/output.
Use Cases
01Allow LLMs to query a knowledge graph stored in Dgraph.
02Give LLMs the ability to adapt the Dgraph schema based on application needs.
03Enable LLMs to modify data within a Dgraph database.