mcpbeat Sign in

Read Only Local Postgres MCP Server

local only

Read Only Local Postgres MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 7 Sep 2026.

MCP server for read-only PostgreSQL database queries in Claude Desktop

Installs per day peak 51 · avg 18 · +24% w/w
a month agotoday
128
Installs / week
npm · @hovecapital/read-only-postgres-mcp-server
2
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/release-please.yml:31
          git config --global url."https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Read Only Local Postgres MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add read-only-local-postgres-mcp-server -- npx -y @hovecapital/read-only-postgres-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "read-only-local-postgres-mcp-server": {
      "args": [
        "-y",
        "@hovecapital/read-only-postgres-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.read-only-local-postgres-mcp-server]
command = "npx"
args = ["-y", "@hovecapital/read-only-postgres-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "read-only-local-postgres-mcp-server": {
      "args": [
        "-y",
        "@hovecapital/read-only-postgres-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "read-only-local-postgres-mcp-server": {
      "args": [
        "-y",
        "@hovecapital/read-only-postgres-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Read Only Local Postgres MCP Server

same job, measured the same way
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

116 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

35 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

26 installs/wk local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

27 installs/wk local only
SQL Safe MCP
by proprock

Minimal, read-only, PII-safe MCP server for SQL databases.

local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering

Read Only Local Postgres MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Read Only Local Postgres MCP Server?
Read Only Local Postgres MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hovecapital/read-only-postgres-mcp-server was installed 128 times last week.
How do I connect Read Only Local Postgres MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hovecapital/read-only-postgres-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Read Only Local Postgres MCP Server?
The npm package @hovecapital/read-only-postgres-mcp-server was installed 128 times in the last week. Week over week that is +24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Read Only Local Postgres MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.