PostgreSQL MCP Server
Python MCP server for PostgreSQL database inspection and querying
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"postgresql-mcp-server": {
"command": "uvx",
"args": [
"mdev-postgresql-mcp-server"
],
"env": {
"POSTGRES_HOST": "localhost",
"POSTGRES_PORT": "5432",
"POSTGRES_USER": "<postgres_user>",
"POSTGRES_PASSWORD": "<your-postgres_password>",
"POSTGRES_DB": "<postgres_db>",
"POSTGRES_READ_QUERY_LIMIT": "1000"
}
}
}
}POSTGRES_HOSTPostgreSQL host
POSTGRES_PORTPostgreSQL port
POSTGRES_USERPostgreSQL username
POSTGRES_PASSWORDPostgreSQL password
POSTGRES_DBPostgreSQL database name
POSTGRES_READ_QUERY_LIMITMaximum rows returned by read queries
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…