pgtuner_mcp
provides AI-powered PostgreSQL performance tuning capabilities.
Quick Start
Clone the repository:
git clone https://github.com/isdaniel/pgtuner_mcpClaude Desktop configuration example:
{
"mcpServers": {
"pgtunermcp": {
"command": "npx",
"args": [
"-y",
"pgtuner_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.