PostgreSQL performance Tuner MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 311 installs a week from pypi. Last commit 2 Jun 2026.
provides AI-powered PostgreSQL performance tuning capabilities.
We read the source, 8 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-${PG_MAJOR}-hypopg \
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
MCP server for PostgreSQL performance auditing with actionable SQL fixes.
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
MCP server for Postgres/MySQL/Redshift/SQL Server over SSH/SSM tunnels with secret providers.
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
MCP server for querying PostgreSQL databases
Personal finance MCP server with budgeting, analytics, and PostgreSQL.
Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
MCP server for interacting with PostgreSQL databases
Answers built from our own checks of this server.