PostgreSQL MCP Server for Zed
io.github.yawlabs/postgres-mcp
PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants
client:Zed
transport:stdio
runtime:npm
Install PostgreSQL MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"postgres-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/postgres-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs