Skip to main content
DatabasesPython

pgtuner_mcp

provides AI-powered PostgreSQL performance tuning capabilities.

databases
Share:

Quick Start

Clone the repository:

git clone https://github.com/isdaniel/pgtuner_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "pgtunermcp": {
      "command": "npx",
      "args": [
        "-y",
        "pgtuner_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
isdaniel