Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RathodDarshil • Data & Databases
A Model Context Protocol (MCP) server that provides a secure, read-only (SELECT-only) interface to a PostgreSQL database for use with Claude Desktop and other MCP clients.
Secure, read-only access to PostgreSQL data to answer user questions without risking any write operations.
Validated SQL execution with automatic timeout protection (10 seconds) to avoid long-running queries and resource exhaustion.
Seamless integration with Claude Desktop (via MCP) to fetch structured query results (rows, rowCount, fields) in JSON format.
This project implements an MCP server that accepts validated SELECT queries and returns JSON-formatted results from a PostgreSQL database. It enforces read-only access, validates SQL to prevent non-SELECT statements, and applies a 10-second query timeout to protect resources. The server is designed to integrate with Claude Desktop via MCP and is configured by passing the database connection string on launch. Results include rows, row counts, and column metadata for easy consumption by agents.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.