postgres connector for Cline
io.github.martymarkenson/postgres-connector
MCP server for querying PostgreSQL databases
client:Cline
transport:stdio
runtime:npm
Install postgres connector in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"postgres-connector": {
"command": "npx",
"args": [
"-y",
"postgres-connector"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs