Python MCP server for PostgreSQL database inspection and querying
A Python Model Context Protocol (MCP) server for inspecting and querying PostgreSQL databases from MCP-compatible clients. It provides schema discovery, safe read-only query execution, query explanation, table previews, index analysis, relationship inspection, and PostgreSQL resources for table metadata. List public tables and inspect table schemas Execute read-only SQL in a PostgreSQL read-only…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Python Model Context Protocol (MCP) server for inspecting and querying PostgreSQL databases from MCP-compatible clients. It provides schema discovery, safe read-only query execution, query explanation, table previews, index analysis, relationship inspection, and PostgreSQL resources for table metadata. List public tables and inspect table schemas Execute read-only SQL in a PostgreSQL read-only transaction Explain query plans without executing the target query directly Preview table rows with…