Skip to main content
Glama

Postgres MCP Server

monitoring

Monitor PostgreSQL database performance metrics, statistics, and health checks including connections, locks, replication, disk usage, query stats, and index usage over specified time ranges.

Instructions

Database monitoring: performance metrics, statistics, health checks

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results
metricYesMetric type to retrieve
timeRangeNoTime range for metrics1h

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results", "type": "integer" }, "metric": { "description": "Metric type to retrieve", "enum": [ "connections", "performance", "locks", "replication", "disk_usage", "query_stats", "index_usage" ], "type": "string" }, "timeRange": { "default": "1h", "description": "Time range for metrics", "enum": [ "1h", "24h", "7d", "30d" ], "type": "string" } }, "required": [ "metric" ], "type": "object" }

Other Tools from Postgres 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/itsalfredakku/postgres-mcp'

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