Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KUZU_READ_ONLY | No | If set to 'true', prevents any queries that modify the database from being executed | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generateKuzuCypher | Generate a Cypher query for Kuzu |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query | Run a Cypher query on the Kuzu database |
| getSchema | Get the schema of the Kuzu database |