Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by vinsidious • Data & Databases
A Model Context Protocol server that provides read-only access to PostgreSQL databases, exposing table schemas and allowing safe read-only SQL queries for LLM agents.
Inspect database schemas and column types before formulating queries or answering data-related questions.
Run safe, read-only SQL queries against a PostgreSQL database to retrieve facts or generate reports without risking data modification.
Integrate database-backed context into LLM workflows (e.g., Claude Desktop) via a simple MCP-compatible server using Docker or npx.
This MCP server exposes PostgreSQL database metadata and executes read-only SQL queries within a READ ONLY transaction. It automatically discovers table schemas (column names and types) and exposes them as JSON resources, and provides a single 'query' tool for executing safe read-only queries. The project includes examples for running via Docker or npx and is distributed under the MIT License. It's designed to let LLM-based agents inspect schema structure and retrieve data without risking writes.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.