P

Postgres Connector

Connects to PostgreSQL databases for SQL query execution, table schema inspection, and database conn...

124 views
0 installs
Updated Sep 23, 2025
Not audited
Connects to PostgreSQL databases for SQL query execution, table schema inspection, and database connection management through environment-based configuration
  1. Install the PostgreSQL MCP Server Extension

    • Open Claude Desktop.
    • Go to Settings > Features.
    • Click "Install Extension" and select the postgres-connector.mcpb file.
  2. Open the FastMCP Connection Interface

    • After installing, find the PostgreSQL Connector in your Features panel.
    • Click "Install Now" (the ready-made button for adding ENVs).
  3. Fill in the Required PostgreSQL Environment Values

    • In the configuration interface, enter the following information from your database:
      • POSTGRES_HOST: The hostname or IP address of your PostgreSQL server (required).
      • POSTGRES_PORT: The port number (usually 5432 if unsure; optional).
      • POSTGRES_DB: The name of your PostgreSQL database (required).
      • POSTGRES_USER: Your PostgreSQL username (required).
      • POSTGRES_PASSWORD: Your PostgreSQL password (required).
  4. Save Your Settings

    • Confirm and save the environment values in the interface.
  5. Test the Database Connection

    • Use the tool or option labeled “test the database connection” in the extension interface to ensure the details are correct and the database is accessible.
    • If the test is successful, you can proceed to use the available tools.

Tip: For enhanced security, it’s best to use a PostgreSQL user with read-only permissions when connecting through the MCP extension.

Quick Start

View on GitHub

More for Database

View All →

Similar MCP Servers

P

PostgreSQL

Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting schemas with support for prepared statements and multiple parameter styles

Database
196
5
P

PostgreSQL Ops

Provides direct PostgreSQL database access with query execution, schema introspection, and performance monitoring through specialized extensions like pg_stat_statements for conversational database administration and troubleshooting.

Database Monitoring
108
0
P

PostgreSQL Multi-Schema

Provides read-only access to PostgreSQL databases with enhanced multi-schema support, enabling schema inspection, query execution, and isolation across multiple namespaces.

Database Analytics and Data
249
13

Report Issue

Thank you! Your issue report has been submitted successfully.