PostgreSQL performance Tuner MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 152 installs a week from pypi. Last commit 2 Jun 2026.
provides AI-powered PostgreSQL performance tuning capabilities.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pgtuner_mcp -- uvx pgtuner-mcp
{
"mcpServers": {
"pgtuner_mcp": {
"args": [
"pgtuner-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.pgtuner_mcp]
command = "uvx"
args = ["pgtuner-mcp"]
{
"mcpServers": {
"pgtuner_mcp": {
"args": [
"pgtuner-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pgtuner_mcp": {
"args": [
"pgtuner-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.