Skip to content

Commit 237cc84

Browse files
committed
feat: add cursor mcp file to the project
1 parent c883a78 commit 237cc84

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.cursor/mcp.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mcpServers": {
3+
"postgres": {
4+
"command": "docker",
5+
"args": [
6+
"run",
7+
"-i",
8+
"--rm",
9+
"--network=host",
10+
"mcp/postgres",
11+
"postgresql://postgres:postgres@host.docker.internal:5432/genlayer_state"
12+
]
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)