Skip to main content
Glama

Postgres MCP Server

connections

Manage PostgreSQL connection pool operations including checking status, viewing statistics, testing connections, and resetting the pool for optimal database performance.

Instructions

Connection pool management: status, statistics, configuration

Input Schema

NameRequiredDescriptionDefault
actionYesAction: status (pool status), stats (detailed statistics), test (test connection), reset (reset pool)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action: status (pool status), stats (detailed statistics), test (test connection), reset (reset pool)", "enum": [ "status", "stats", "test", "reset" ], "type": "string" } }, "required": [ "action" ], "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