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. 23 installs a week from npm.

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 13 · avg 4 · +108% w/w
a month agotoday
23
Installs / week
npm · @itunified.io/mcp-postgres
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: POSTGRES_CONNECTION_STRING (PostgreSQL connection string (e.g. postgresql://user:pass@host:5432/db)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PostgreSQL MCP Server

same job, measured the same way
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only
Prisma
by prisma

MCP server for managing Prisma Postgres.

answering
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Read Only Local Postgres MCP Server
by hove

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

159 installs/wk local only
Berth
by seayniclabs

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

91 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

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 @itunified.io/mcp-postgres was installed 23 times last week.
Is PostgreSQL MCP Server still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
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 @itunified.io/mcp-postgres straight from npm; nothing to host, nothing to sign up for.
How many people use PostgreSQL MCP Server?
The npm package @itunified.io/mcp-postgres was installed 23 times in the last week. Week over week that is +108%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.