Skip to main content
Glama

PostgreSQL MCP Server

AGPL 3.0
582
99
  • Linux
  • Apple

pg_debug_database

Identify and resolve common PostgreSQL issues such as connection errors, performance bottlenecks, locks, and replication problems. Configure log levels for detailed debugging directly from the PostgreSQL MCP Server.

Instructions

Debug common PostgreSQL issues

Input Schema

NameRequiredDescriptionDefault
connectionStringNo
issueYes
logLevelNoinfo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connectionString": { "type": "string" }, "issue": { "enum": [ "connection", "performance", "locks", "replication" ], "type": "string" }, "logLevel": { "default": "info", "enum": [ "info", "debug", "trace" ], "type": "string" } }, "required": [ "issue" ], "type": "object" }

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/HenkDz/postgresql-mcp-server'

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