io.github.nagarjunr/data-connectors-postgres (PostgreSQL) MCP Server
Read-only MCP server for PostgreSQL that supports inspecting database structure and executing guarded queries. It provides developer-facing access for workflows that need to discover schemas and tables and then retrieve data under enforced query constraints.
🛠️ Key Features
- Read-only access to PostgreSQL
- List database schemas and tables
- Run guarded queries
- Categorized as a data connector for pipelines and agent workflows
🚀 Use Cases
- PostgreSQL-backed RAG data retrieval
- Building data pipelines and data connectors
- Integrating with AI agents that require database discovery and controlled querying
⚡ Developer Benefits
- Clear separation of read-only inspection vs. query execution
- Supports structured access patterns for PostgreSQL data
- Fits common connector/tooling workflows referenced by the topics (e.g., python, llm)
⚠️ Limitations
- Read-only (no write operations)
- Query execution is “guarded,” implying restrictions beyond unrestricted SQL access