Kuzu icon

Kuzu

Createdkuzudb

Provides access to Kuzu databases for Large Language Models (LLMs) by enabling schema inspection and query execution.

About

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

  • Fetches the full schema of a Kuzu database.
  • Generates Cypher queries from natural language questions.
  • 2 GitHub stars
  • Executes Cypher queries against a Kuzu database.
  • Supports read-only mode to prevent database modifications.

Use Cases

  • Enabling LLMs to answer questions based on Kuzu database content.
  • Integrating Kuzu databases with LLM-powered applications.
  • Automating data extraction and transformation using LLMs and Cypher queries.