PostgreSQL performance Tuner MCP Server for Zed
io.github.isdaniel/pgtuner_mcp
provides AI-powered PostgreSQL performance tuning capabilities.
client:Zed
transport:stdio
runtime:pypi
Install PostgreSQL performance Tuner MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pgtuner_mcp": {
"command": "uvx",
"args": [
"pgtuner-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs