Skip to main content
Glama

PostgreSQL MCP Server

by nahmanmate

debug_database

Identify and resolve common PostgreSQL issues such as connection errors, performance bottlenecks, locks, and replication problems by analyzing database configurations and logs based on specified issue type and log level.

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" }

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