Skip to main content
Glama
163,151 tools. Last updated 2026-05-30 15:34

"Managing a PostgreSQL Database" matching MCP tools:

  • Upgrade PostgreSQL database versions safely for Heroku apps. Plan migration paths, verify compatibility, and execute controlled upgrades with confirmation protection to ensure a secure transition.
    Apache 2.0
  • Establish a connection to a PostgreSQL database within the MCP PostgreSQL Server. Use this tool when explicitly requested or if other database commands encounter connection failures.
    MIT
  • Switches the active PostgreSQL server and database connection. Required before executing queries; specify server from list_servers and optionally select database and schema.
    MIT
  • Retrieve all schemas from a PostgreSQL database to view their names and owners for database exploration and management.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Establish a connection to a PostgreSQL database by specifying host, user, password, and database name. Use when default connection fails or specific access is required.
    MIT
  • Provision a database on Coolify by specifying its type, server UUID, project UUID, and environment name. Supports PostgreSQL, MySQL, MariaDB, MongoDB, Redis, ClickHouse, Dragonfly, and KeyDB.
    MIT
  • Terminate an active PostgreSQL database connection by providing its connection ID to release resources and end the session.
    MIT
  • Connect to a PostgreSQL database using a connection URL or individual parameters like host, port, database, user, password, and SSL. Optionally enable read-only mode to block modifications.
    MIT
  • Dump MySQL, PostgreSQL, or MongoDB databases to a file on a remote server via SSH. Provide the database type, name, credentials, and output file path to create the dump.
    MIT
  • Analyze PostgreSQL database configuration, performance, or security to identify optimization opportunities and ensure efficient operations.
    AGPL 3.0
  • Execute SQL queries on PostgreSQL databases with parameterized support for prepared statements, enabling safe read-only database interaction.
    MIT