{
  "name": "postgres",
  "description": "PostgreSQL database access for queries, schema inspection, and analysis",
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "${POSTGRES_CONNECTION_STRING}"]
    }
  }
}
