Read Only Local Postgres MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 159 installs a week from npm. Last commit 1 Jul 2026.
MCP server for read-only PostgreSQL database queries in Claude Desktop
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add read-only-local-postgres-mcp-server -- npx -y @hovecapital/read-only-postgres-mcp-server
{
"mcpServers": {
"read-only-local-postgres-mcp-server": {
"args": [
"-y",
"@hovecapital/read-only-postgres-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.read-only-local-postgres-mcp-server]
command = "npx"
args = ["-y", "@hovecapital/read-only-postgres-mcp-server"]
{
"mcpServers": {
"read-only-local-postgres-mcp-server": {
"args": [
"-y",
"@hovecapital/read-only-postgres-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"read-only-local-postgres-mcp-server": {
"args": [
"-y",
"@hovecapital/read-only-postgres-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.