Skip to content
Cursor

PostgreSQL performance Tuner MCP Server for Cursor

io.github.isdaniel/pgtuner_mcp

provides AI-powered PostgreSQL performance tuning capabilities.

client:Cursor transport:stdio runtime:pypi

Install PostgreSQL performance Tuner MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pgtuner_mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pgtuner-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PostgreSQL performance Tuner MCP Server in other clients