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.