Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by riefer02 • Data & Databases
Provides a read-only MCP server exposing PostgreSQL access to AI agents via Cursor for safe database inspection and queries.
Run read-only SQL queries against a PostgreSQL database in a controlled, non-destructive way.
Discover and inspect database structure by listing tables and retrieving table schemas.
Safe integration with Cursor to answer questions using live database content without allowing writes.
This MCP server offers read-only access to a PostgreSQL database for AI assistants, enabling listing tables, viewing schemas, and running read-only SQL queries. It is configured for use with Cursor via a .cursor/mcp.json entry and uses environment variables (including DATABASE_URL) to connect. The server prevents write operations to protect the database and notes SQLAlchemy requires the postgresql:// scheme. It is lightweight and intended to safely enable agents to query live database content without risking modifications.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.