Connects Large Language Models to Kuzu databases, enabling schema inspection and query execution through the Model Context Protocol.
The Kuzu server provides a Model Context Protocol (MCP) interface, allowing Large Language Models (LLMs) to seamlessly interact with Kuzu graph databases. It empowers LLMs to inspect database schemas, understand their structure, and execute Cypher queries directly. This robust server also includes advanced features like read-only mode, automatic connection recovery, and an experimental multi-agent coordination system that enables safe concurrent access to Kuzu databases from multiple AI agents through transparent file-based locking.