ainative postgres mcp for Zed
io.github.ainative-studio/ainative-postgres-mcp
Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
client:Zed
transport:stdio
runtime:npm
Install ainative postgres mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs