Back to directory
isdaniel/pgtuner_mcp

isdaniel/pgtuner_mcp

@isdaniel

A Model Context Protocol (MCP) server that provides AI-powered PostgreSQL performance tuning capabilities.

postgresqldatabaseperformancetuningmcpaisqloptimization

Installation & Configuration

{
  "mcpServers": {
    "pgtuner_mcp": {
      "command": "python",
      "args": [
        "-m",
        "pgtuner_mcp"
      ],
      "env": {
        "DATABASE_URI": "postgresql://user:password@localhost:5432/mydb"
      }
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
Python
Created
2026/6/11
Updated
2026/6/12