The Kuzu MCP server empowers Large Language Models (LLMs) to interact with Kuzu databases. It provides a Model Context Protocol (MCP) interface, allowing LLMs to inspect the database schema, including nodes, relationships, and properties. Furthermore, the server facilitates the execution of Cypher queries, enabling LLMs to retrieve and manipulate data stored within the Kuzu database. This integration unlocks powerful capabilities for LLMs, such as generating data-driven insights and automating database interactions.
Key Features
01Fetches the full schema of a Kuzu database.
02Generates Cypher queries from natural language questions.
032 GitHub stars
04Executes Cypher queries against a Kuzu database.
05Supports read-only mode to prevent database modifications.