Remote PostgreSQL Database
0
Enables AI agents to interact with a PostgreSQL database through a secure, remote Model Context Protocol server.
소개
This Cloudflare Workers-powered Model Context Protocol (MCP) server facilitates secure, AI-driven interaction with your PostgreSQL database. It provides a robust framework for natural language queries and operations, incorporating GitHub OAuth for role-based access control, automatic schema discovery, and built-in SQL injection protection, making it production-ready for global scale. It supports both modern streamable HTTP and legacy Server-Sent Events transport protocols for flexible integration.
주요 기능
- Role-based access control via GitHub OAuth
- Automatic database schema discovery and retrieval
- Cloudflare Workers deployment for global scale and monitoring
- Built-in SQL injection protection and query validation
- 0 GitHub stars
- Direct PostgreSQL database integration for MCP tool calls
사용 사례
- Allowing AI agents to query PostgreSQL databases using natural language
- Enabling privileged users to perform write operations (INSERT, UPDATE, DELETE) on a database via AI
- Integrating secure, AI-driven database access into applications and workflows