kuzu-mcp-server

kuzu-mcp-server

13

The kuzu-mcp-server is a specialized server that facilitates access to Kuzu databases, allowing users to inspect schemas and run Cypher queries. It is particularly designed to be integrated with LLMs for enhanced database interactions.

kuzu-mcp-server

A Model Context Protocol server for accessing Kuzu databases, enabling LLMs to inspect database schemas and execute queries.

Components

Tools

  • getSchema: Fetch the full schema of the Kuzu database.
  • query: Run a Cypher query on the Kuzu database.

Prompt

  • generateKuzuCypher: Generate a Cypher query from a natural language question.

Usage with Claude Desktop

With Docker (Recommended)

  • Edit config.json to configure mcpServers with Docker details.
  • Restart Claude Desktop.

With Node.js and npm

  • Install dependencies and configure config.json for development purposes.
  • Restart Claude Desktop.

Read-Only Mode

  • Run the server in read-only mode by setting KUZU_READ_ONLY to true.