mcpbeat Sign in

Postgres MCP Server

local only

Postgres MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI

Installs / week
not published
227
Stars
2 open issues
16 Sep 2026
Last commit
from GitHub
PostgreSQL
License
Go

What the code does

We read the source, 19 h 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.

Builds a database query by concatenation Dockerfile.web:37
RUN dnf update -y && dnf clean all \
    && chown -R 1001:0 /var/log/nginx \
    && chmod -R g+w /var/log/nginx
USER root
# Restore /var/log/nginx ownership after dnf update: the upstream nginx
# RPM resets it to root:root 0711, which breaks nginx running as uid 1001.

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

Alternatives to Postgres MCP

same job, measured the same way
pgvector
by mittalpk

Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables

62 installs/wk local only
PostgreSQL MCP Server
by neverinfamous

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

local only
Memory Vault
by mihaibuilds

Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.

local only
Raw SQL MCP
by kifopl

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

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

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
PostgreSQL MCP Server
by neverinfamous

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

67 installs/wk local only

Postgres MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Postgres MCP?
Postgres MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Postgres MCP open source?
Yes — it is published under the PostgreSQL licence, written in Go, 227 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.