PostgreSQL MCP Server for Zed
io.github.neverinfamous/postgres-mcp
PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering
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",
"@neverinfamous/postgres-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs