Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by adropofliquid • Uncategorized
A Model Context Protocol server providing read-only access to PostgreSQL databases via safe SELECT queries and schema inspection.
Safely query PostgreSQL databases with read-only access.
Discover database schema details such as tables and column structures.
Execute SELECT queries with security and performance constraints.
This MCP server enables AI clients to interact safely with PostgreSQL databases by exposing tools to list tables, execute read-only SELECT queries, and describe table structures. It enforces security by restricting access to the public schema, validating queries to block dangerous SQL commands, and limiting query results to 100 rows. The server communicates over Server-Sent Events (SSE) and follows the MCP protocol, facilitating seamless integration with MCP-compatible clients.