P

PostgreSQL

Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting...

150 views
4 installs
Updated Sep 9, 2025
Not audited
Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting schemas with support for prepared statements and multiple parameter styles
  1. Gather Required PostgreSQL Credentials
    Obtain the following details for the PostgreSQL instance you want to connect to:

    • PG_HOST: The host address of your PostgreSQL server (e.g., localhost or a remote IP/domain).
    • PG_PORT: The port number for your PostgreSQL server (typically 5432).
    • PG_USER: Your PostgreSQL username.
    • PG_PASSWORD: Your PostgreSQL password.
    • PG_DATABASE: The name of the PostgreSQL database you want to access.
  2. Access the FastMCP Connection Interface
    Click the "Install Now" button to begin adding environment variables for this server.

  3. Enter Credentials in FastMCP
    In the FastMCP connection interface, fill in the fields as follows:

    • PG_HOST: Enter your PostgreSQL server address.
    • PG_PORT: Enter your PostgreSQL server port (usually 5432).
    • PG_USER: Enter your PostgreSQL user name.
    • PG_PASSWORD: Enter your PostgreSQL password.
    • PG_DATABASE: Enter the database name.
  4. Save and Complete
    Once you have filled in all the required values, save or confirm to complete the setup.

Note:
All credentials are required for a successful connection. If you are unsure about any of these values, check with your database administrator or hosting provider.

Quick Start

View on GitHub

More for Database

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.