We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a250b2 commit ba183e7Copy full SHA for ba183e7
.cursor/mcp.json
@@ -0,0 +1,25 @@
1
+{
2
+ "mcpServers": {
3
+ "sequentialthinking": {
4
+ "command": "docker",
5
+ "args": [
6
+ "run",
7
+ "--rm",
8
+ "-i",
9
+ "mcp/sequentialthinking"
10
+ ]
11
+ },
12
+ "sqlite": {
13
+ "command": "uv",
14
15
+ "--directory",
16
+ ".",
17
18
+ "mcp-server-sqlite",
19
+ "--db-path",
20
+ "./apps/backend/undb.sqlite"
21
22
+ }
23
+
24
25
+}
0 commit comments