Skip to main content
Glama

PostgreSQL MCP Server

AGPL 3.0
438
89
  • Linux
  • Apple

pg_debug_database

Identify and resolve common PostgreSQL database issues such as connection errors, performance bottlenecks, lock conflicts, and replication problems using detailed debugging tools.

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