Skip to main content
Glama

PostgreSQL MCP Server

by nahmanmate

debug_database

Identify and resolve PostgreSQL issues such as connection, performance, locks, and replication using detailed debugging and customizable logging levels.

Instructions

Debug common PostgreSQL issues

Input Schema

NameRequiredDescriptionDefault
connectionStringYesPostgreSQL connection string
issueYesType of issue to debug
logLevelNoLogging detail levelinfo

Input Schema (JSON Schema)

{ "properties": { "connectionString": { "description": "PostgreSQL connection string", "type": "string" }, "issue": { "description": "Type of issue to debug", "enum": [ "connection", "performance", "locks", "replication" ], "type": "string" }, "logLevel": { "default": "info", "description": "Logging detail level", "enum": [ "info", "debug", "trace" ], "type": "string" } }, "required": [ "connectionString", "issue" ], "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/nahmanmate/postgresql-mcp-server'

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