Skip to content

Commit ba183e7

Browse files
committed
chore: add cursor mcp.json
1 parent 4a250b2 commit ba183e7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.cursor/mcp.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"args": [
15+
"--directory",
16+
".",
17+
"run",
18+
"mcp-server-sqlite",
19+
"--db-path",
20+
"./apps/backend/undb.sqlite"
21+
]
22+
}
23+
24+
}
25+
}

0 commit comments

Comments
 (0)