mcp-server-for-postgresql

DVetrak/mcp-server-for-postgresql
★ 0 stars Unknown language 🗄️ Database Updated today
MCP - model context protocol server for interacting with PostgreSQL database
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": {
    "mcp-server-for-postg": {
      "command": "npx",
      "args": [
        "-y",
        "DVetrak/mcp-server-for-postgresql"
      ]
    }
  }
}