Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by root27 • Uncategorized
A Go-based MCP server providing safe, read-only access to PostgreSQL databases.
Safe, read-only access to PostgreSQL databases via MCP protocol.
Integrate PostgreSQL querying capabilities over stdio or HTTP transports.
That require protection against destructive SQL commands while querying.
pg-mcp is a PostgreSQL MCP server implemented in Go that allows safe querying of PostgreSQL databases with read-only permissions. It supports listing and describing tables, and executing only safe SELECT or WITH queries, blocking all write operations. The server can run in stdio mode for CLI/agent integration or HTTP mode for service exposure, and is available as Docker images for arm64 and amd64 architectures.