Back to marketplace
SC
Postgres Explorer
by Sarah Chen
Query, inspect, and manage PostgreSQL databases directly from your AI coding session.
About this tool
Postgres Explorer gives your AI assistant direct access to your PostgreSQL databases. Run queries, inspect schemas, view table relationships, and debug data issues without leaving your coding flow.
Features - Read-only query execution with timeout protection - Schema inspection and table relationship mapping - Query result formatting optimized for AI context windows - Connection pooling for performance - Support for multiple database connections
Setup Add your database connection string to the MCP config. The server runs locally and never exposes your credentials.
$12/mo
Billed monthly. Cancel anytime.
Users842
Categorydatabase
Billingmonthly
Installation
{
"mcpServers": {
"postgres-explorer": {
"url": "https://mcppay.com/proxy/postgres-explorer",
"headers": {
"Authorization": "Bearer YOUR_MCPPAY_API_KEY"
}
}
}
}Add this to your MCP client config file. Replace YOUR_MCPPAY_API_KEY with your API key from the dashboard.