Overview
Features
getSchema
Fetch the full Kuzu database schema, including all nodes, relationships, and properties.
query
Run a Cypher query on the Kuzu database.
generateKuzuCypher
Generate a Cypher query for Kuzu from a natural language question.
Read-only mode
Enable KUZU_READ_ONLY to block write operations and prevent modifications.
Docker deployment
Run the MCP server with Docker, mounting the database and configuring KUZU_DB_FILE.
Node.js development deployment
Run index.js with the Kuzu DB path for development and testing.
Claude Desktop integration
Configure via Claude Desktop config.json to register the kuzudb/mcp-server MCP.
Who Is This For?
- LLM developers:Enable LLMs to inspect Kuzu DB schemas and execute queries via the MCP server.
- Claude Desktop users:Integrate with Claude Desktop to manage Kuzu MCP server configuration and run queries.
- Developers:Build AI tools to inspect Kuzu DB schemas and execute MCP queries.




