mcpbeat Sign in

PostgreSQL MCP Server

local only

PostgreSQL MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 14 Sep 2026.

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

Installs per day peak 47 · avg 11 · +79% w/w
a month agotoday
67
Installs / week
npm · @neverinfamous/postgres-mcp
12
Stars
1 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository neverinfamous/postgresql-mcp
пакет @neverinfamous/postgres-mcp ссылается на neverinfamous/postgres-mcp

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 postgres-mcp -- npx -y @neverinfamous/postgres-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postgres-mcp": {
      "args": [
        "-y",
        "@neverinfamous/postgres-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.postgres-mcp]
command = "npx"
args = ["-y", "@neverinfamous/postgres-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "postgres-mcp": {
      "args": [
        "-y",
        "@neverinfamous/postgres-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "postgres-mcp": {
      "args": [
        "-y",
        "@neverinfamous/postgres-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to PostgreSQL MCP Server

same job, measured the same way
db-mcp (SQLite MCP Server)
by neverinfamous

SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering

69 installs/wk local only
Database MCP
by cocaxcode

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

139 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
I
DB MCP Server
by stucchi

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

245 installs/wk local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
C
Data
by thinair

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

answering
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
Finance Intelligence MCP
by ronit-019

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

68 installs/wk local only

PostgreSQL MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for PostgreSQL MCP Server?
PostgreSQL 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 @neverinfamous/postgres-mcp was installed 67 times last week.
How do I connect PostgreSQL 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 @neverinfamous/postgres-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PostgreSQL MCP Server?
The npm package @neverinfamous/postgres-mcp was installed 67 times in the last week. Week over week that is +79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PostgreSQL MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.