Skip to main content
Glama

PostgreSQL MCP Server

by cesarvarela

connection-status

Monitor and verify PostgreSQL database connectivity, diagnose errors, and enable retries to re-establish connections if unavailable.

Instructions

Check database connection status, view error details, and retry connection. Use retry: true to attempt reconnection when database is unavailable.

Input Schema

NameRequiredDescriptionDefault
retryNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "retry": { "default": false, "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from PostgreSQL MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cesarvarela/postgres-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server