Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Pratye • Data & Databases
A Model Context Protocol (MCP) server that exposes PostgreSQL databases to LLMs so they can inspect schemas and execute read and write SQL queries.
Inspect database schemas and column types before constructing queries.
Execute read-only analytics and SELECT queries safely within a READ ONLY transaction.
Upload CSV data and perform transactional read-and-write operations on a PostgreSQL database.
This MCP server provides tools and resources to let agents discover table schemas and run SQL against a connected PostgreSQL database. It exposes a read-only 'query' tool for executing SELECT-style queries inside a READ ONLY transaction and an 'uploadCsv' tool that processes CSVs and runs SQL in a READ AND WRITE transaction. Schema metadata for each table is automatically discovered and exposed as JSON resources. The project is distributed with a Dockerfile and licensed under the MIT License.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.