{
  "servers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://ywkuser:123@localhost:54321/yfywk"
      ]
    }
  }
}