Back to directory
1levick3/postgresql-mcp-server

1levick3/postgresql-mcp-server

@1Levick3

MCP server for PostgreSQL database query execution with parameterized queries and configurable timeouts

postgresqldatabasesqlquerycursor-idemcp-servertypescript

Installation & Configuration

{
  "mcpServers": {
    "postgresql-mcp": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "postgresUrl",
        "POSTGRES_SSL_CERT_PATH": "/path/to/root.crt"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13