Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by orlando2019 • Data & Databases
A read-only Model Context Protocol (MCP) server that exposes PostgreSQL schemas and executes read-only SQL queries for LLM agents and tools.
Inspect database table schemas and column types before composing queries or answering questions about data structure.
Run read-only SQL queries against a PostgreSQL database to fetch data for analysis, summaries, or decision-making without risking data modification.
Integrate database access into developer tooling workflows (e.g., Claude Desktop, VS Code) via Docker or NPX for rapid local deployment.
This MCP server connects to a PostgreSQL database, automatically discovers table schemas, and runs read-only SQL queries inside a READ ONLY transaction. It exposes table schema metadata as JSON resources and provides a 'query' tool for executing SQL safely. The project includes Docker and NPX installation options and is distributed under the MIT License, making it easy to run locally or inside developer tooling such as Claude Desktop and VS Code.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.