Skip to main content
Glama

PostgreSQL-Performance-Tuner-Mcp

review_settings

Analyze PostgreSQL configuration settings to identify performance issues and receive optimization recommendations for memory, checkpoints, WAL, autovacuum, and connection parameters.

Instructions

Review PostgreSQL configuration settings and get recommendations.

Analyzes key performance-related settings:

  • Memory settings (shared_buffers, work_mem, etc.)

  • Checkpoint settings

  • WAL settings

  • Autovacuum settings

  • Connection settings

Compares against best practices and system resources.

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory of settings to reviewall
include_all_settingsNoInclude all settings, not just performance-related ones

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "all", "description": "Category of settings to review", "enum": [ "all", "memory", "checkpoint", "wal", "autovacuum", "connections" ], "type": "string" }, "include_all_settings": { "default": false, "description": "Include all settings, not just performance-related ones", "type": "boolean" } }, "required": [], "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/isdaniel/pgtuner-mcp'

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