π§
pgtuner_mcp
π§MCP Serverisdaniel/pgtuner_mcp
What it does
Provides AI-powered performance monitoring and optimization recommendations for PostgreSQL databases by analyzing queries, indexes, system health, and I/O metrics.
remotehosted
Installation
pip installInstall Python package
pip install pgtuner_mcpgit cloneClone repository
git clone https://github.com/isdaniel/pgtuner_mcp.gitpip installInstall Python package
pip install -e .PythonRun Python server
python -m pgtuner_mcpPythonRun Python server
python -m pgtuner_mcp --mode sse+ 1 more commands in README
Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{
"mcpServers": {
"pgtuner_mcp": {
"command": "python",
"args"...π Extracted from isdaniel/pgtuner_mcp README
15
AddedJan 26, 2026