Back to MCP Servers
Pgtuner
provides AI-powered PostgreSQL performance tuning capabilities.
databasespostgresperformanceai
By isdaniel
Installation
npx -y pgtuner_mcpConfiguration
{
"mcpServers": {
"pgtuner_mcp": {
"command": "npx",
"args": ["-y", "pgtuner_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes