Update all example configs

This commit is contained in:
Justin Spahr-Summers
2024-11-21 19:41:32 +00:00
parent b93f70d453
commit 7238146c2a
8 changed files with 63 additions and 46 deletions

View File

@@ -25,9 +25,11 @@ The server provides schema information for each table in the database:
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:
```json
"postgres": {
"command": "mcp-server-postgres",
"args": ["postgresql://localhost/mydb"]
{
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
}
```