PostgreSQL Multi-Schema
JSON →Provides read-only access to PostgreSQL databases with multi-schema support, allowing LLMs to inspect schemas and execute queries across different namespaces.
Install
npx -y mcp-server-postgres-multi-schema Tools · 1
- query Execute read-only SQL queries against the connected database. All queries are executed within a READ ONLY transaction. Schema context maintained through search_path restriction.
★ 3 GitHub stars