Back to directory
@1Levick3/postgresql-mcp-server

@1Levick3/postgresql-mcp-server

@1Levick31

A Model Context Protocol (MCP) server that provides direct PostgreSQL database query execution capabilities with support for parameterized queries and configurable timeouts, designed for the Cursor IDE

postgresqlmcp serverdatabase querycursor idedatabase

Installation & Configuration

{
  "mcpServers": {
    "postgresql-mcp": {
      "command": "node",
      "args": [
        "/Users/1Levick3/Desktop/postgresql-mcp-server/build/index.js"
      ],
      "disabled": false,
      "alwaysAllow": [],
      "env": {
        "POSTGRES_CONNECTION_STRING": "postgresUrl",
        "POSTGRES_SSL_CERT_PATH": "/Users/1levick3/Desktop/root.crt"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/27
Updated
2026/6/4