Skip to main content
Glama
458,158 tools. Updated 2026-08-14 23:05

"Guidelines for Maintaining 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 database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.
    MIT
  • Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.
    MIT
  • Run SQL queries to analyze, modify, or troubleshoot Heroku PostgreSQL databases. Execute commands or file-based queries with credential management for direct database access.
    Apache 2.0
  • Analyze Heroku PostgreSQL database configurations, monitor performance metrics, and assess health and resource usage. Obtain detailed insights into database operations for informed decision-making.
    Apache 2.0

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol (MCP) Server that allows AI models to securely interact with data hosted in Azure Database for PostgreSQL. It enables natural language querying, schema exploration, and data management through MCP clients like Claude Desktop and Visual Studio Code.
    MIT

Matching MCP Connectors

  • Create daemon apps from GitHub or Docker, and database services (PostgreSQL, Redis, MySQL, MongoDB) for Bult projects.
    MIT
  • Inspect PostgreSQL database schema to retrieve tables, columns, types, indexes, constraints, enums, and extensions.
    MIT
  • Get an overview of the PostgreSQL CVE database with total CVEs, known exploits, yanked releases, and active/EOL counts.
    Apache 2.0
  • Run read-only SQL statements on your PostgreSQL database to fetch data without risking modifications, as writes are automatically rejected and transactions rolled back.
    MIT
  • Update the active PostgreSQL database or schema without reconnecting. Omit a parameter to keep it unchanged, enabling quick context switches for queries.
    MIT
  • Compare managed PostgreSQL database pricing across AWS, Azure, GCP, and OCI by specifying vCPUs, memory, and storage to find the cheapest option per cloud.
    MIT
  • Import a database dump file into a remote server database, replacing existing data. Supports MySQL, PostgreSQL, and MongoDB with automatic decompression of .gz files.
    MIT
  • Check database backend status and configuration, reporting connection info and key metrics to verify PostgreSQL migration or diagnose connectivity issues.
    AGPL 3.0
  • Verify Azure credentials for Azure Database for PostgreSQL Flexible Server access and identify the mapped PostgreSQL login role. Use it first to diagnose authentication problems.
    MIT
  • Validate SQL query syntax without executing it. Uses an EXPLAIN-like check to confirm the query is valid for the target database. Works with engines like PostgreSQL.
    MIT