PostgreSQL (hardened, read-only)
Read-only PostgreSQL over MCP. Writes refused at the parsed SQL, plus a READ ONLY transaction.
Install
npmstdio
npx -y postgres-mcp-hardened Dockerstreamable-http
docker run -i --rm ghcr.io/eszetael/postgres-mcp-hardened:0.1.10 Client config (Claude Desktop, Cursor, Windsurf and most MCP clients)
{
"mcpServers": {
"io-github-eszetael-postgres-mcp-hardened": {
"command": "npx",
"args": [
"-y",
"postgres-mcp-hardened"
]
}
}
} Source: official MCP Registry record · registry name io.github.Eszetael/postgres-mcp-hardened · published 2026-09-04 · updated 2026-09-04. Not an endorsement; review the code before connecting it to anything sensitive.