You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-3Lines changed: 23 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ A Model Context Protocol server that provides access to Kuzu databases. This ser
40
40
}
41
41
}
42
42
```
43
+
Change the `{Absolute Path to the Kuzu database}` to the actual path
44
+
- Restart Claude Desktop
43
45
44
46
### With Node.js and npm (for Development)
45
47
- Install dependencies: `npm install`
@@ -63,6 +65,24 @@ A Model Context Protocol server that provides access to Kuzu databases. This ser
63
65
Change the `{Absolute Path to this repository}` and `{Absolute Path to the Kuzu database}` to the actual paths
64
66
- Restart Claude Desktop
65
67
66
-
67
-
Change the `{Absolute Path to the Kuzu database}` to the actual path
68
-
- Restart Claude Desktop
68
+
### Read-Only Mode
69
+
The server can be run in read-only mode by setting the `KUZU_READ_ONLY` environment variable to `true`. In this mode, running any query that attempts to modify the database will result in an error. This flag can be set in the configuration file as follows:
0 commit comments