Read Only Postgres
Freeby MCP Community
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with PostgreSQL databases through read-only queries
v0.1.0Added Apr 12, 2026
mcpmodel-context-protocolpostgresqlpostgresdatabase
Read Only Postgres MCP Server
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with PostgreSQL databases through read-only queries
Installation
Reviews
Installation
Quick install
npx -y @hovecapital/read-only-postgres-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"read-only-postgres": {
"command": "npx",
"args": ["-y", "@hovecapital/read-only-postgres-mcp-server"]
}
}
}