kuzu-mcp-server
If you are the rightful owner of kuzu-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides access to Kuzu databases, enabling LLMs to inspect database schemas and execute queries.
The Kuzu-MCP-Server is a specialized server designed to facilitate interaction with Kuzu databases through the Model Context Protocol (MCP). It allows Language Model Models (LLMs) to access and manipulate Kuzu databases by inspecting their schemas and executing queries. This server is particularly useful for applications that require dynamic database interactions, such as AI-driven data analysis and natural language processing tasks. By leveraging the power of MCP, the server provides a seamless interface for generating and executing Cypher queries, which are essential for interacting with graph databases like Kuzu. The server supports various deployment methods, including Docker and Node.js, making it versatile for both production and development environments. Additionally, it offers a read-only mode to ensure data integrity during operations that do not require database modifications.
Features
- Schema Inspection: Fetches the full schema of the Kuzu database, including nodes, relationships, and properties.
- Cypher Query Execution: Allows running Cypher queries on the Kuzu database for data retrieval and manipulation.
- Natural Language Query Generation: Converts natural language questions into Cypher queries for Kuzu.
- Docker and Node.js Support: Provides flexibility in deployment for both production and development environments.
- Read-Only Mode: Ensures data integrity by preventing modifications to the database during certain operations.
Tools
getSchema
Get the full schema of the Kuzu database
query
Run Cypher Query on Kuzu Database
generateKuzuCypher
Generate Cypher query based on natural language problems