Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by wescleytorres • Data & Databases
A lightweight MCP server that provides LLMs with read-only access to PostgreSQL databases, exposing table schemas and allowing safe execution of read-only SQL queries.
Inspect database table schemas programmatically to understand column types and relationships before constructing queries.
Generate and execute safe, read-only SQL queries against a PostgreSQL instance without risking data modification.
Integrate with developer tools (like Cursor) to enable interactive database exploration and query assistance using LLM prompts.
This server auto-discovers PostgreSQL table schemas and exposes them as JSON resources, and it provides a tool to execute SQL queries inside READ ONLY transactions with automatic rollback. It is designed to let agents inspect database structure and run safe, read-only queries for analysis, join generation, and data exploration. The project includes Docker Compose with a sample database and integration instructions for the Cursor editor to simplify local testing and usage.