Back to Browse
Description
Execute SQL queries, inspect database schemas, manage tables, and perform data operations on PostgreSQL databases with built-in safety controls.
postgresqlsqldatabasequeries
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"postgresql-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-postgres"]
}
}
}