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 54dd1cb commit aac79bdCopy full SHA for aac79bd
1 file changed
claude_desktop_config.json
@@ -1,16 +1,16 @@
1
-{
2
- "mcpServers": {
3
- "postgres-mcp-server": {
4
- "command": "python",
5
- "args": [
6
- "postgres_server.py"
7
- ],
8
- "cwd": "Path to://postgres-mcp-server",
9
- "env": {
10
- "DATABASE_URL": "postgresql://postgres:your_actual_password@localhost:5432/postgres"
11
- }
12
13
14
-}
15
-
16
+{
+ "mcpServers": {
+ "postgres-mcp-server": {
+ "command": "python",
+ "args": [
+ "postgres_server.py"
+ ],
+ "cwd": "Path to://postgres-mcp-server",
+ "env": {
+ "DATABASE_URL": "postgresql://postgres:your_actual_password@localhost:5432/postgres"
+ }
+}
+
0 commit comments