MCPServer_PGSQL

QuantumFiree/MCPServer_PGSQL
★ 1 stars TypeScript 🗄️ Database Updated 1y ago
Tools {Select, Insert, Scheme table}
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver_pgsql": {
      "command": "npx",
      "args": [
        "-y",
        "QuantumFiree/MCPServer_PGSQL"
      ]
    }
  }
}