πŸ”§

pgtuner_mcp

πŸ”§MCP Server

isdaniel/pgtuner_mcp

VibeIndex|
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_mcp
git cloneClone repository
git clone https://github.com/isdaniel/pgtuner_mcp.git
pip installInstall Python package
pip install -e .
PythonRun Python server
python -m pgtuner_mcp
PythonRun 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