postgres-mcp-server

pedrosanto90/postgres-mcp-server
★ 0 stars TypeScript 🗄️ Database Updated today
An MCP server.
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": {
    "postgres-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pedrosanto90/postgres-mcp-server"
      ]
    }
  }
}

README Excerpt

A TypeScript MCP (Model Context Protocol) server that connects directly to a PostgreSQL database and exposes schema introspection, read-only query execution, and function management. | URI | Description | |---|---| | `postgres://schema` | Tables, columns, types, defaults, nullability, and constraints |

Tools (7)

apply_functioncreate_functionexecute_queryexplain_queryget_functionget_table_detailslist_functions