Skip to main content
Glama
neverinfamous

postgres-mcp-legacy

⚠️ DEPRECATED - PostgreSQL MCP Server (Python)

This repository has been deprecated. Please use the new TypeScript version instead.


🔄 Migration

The PostgreSQL MCP Server has been completely rewritten in TypeScript with significant improvements:

Old (Python)

New (TypeScript)

Tools

63

203

Resources

10

20

Prompts

10

19

Transport

stdio only

stdio + HTTP/SSE

Auth

None

OAuth 2.1

Features

Basic

Code Mode, Tool Filtering

Related MCP server: Simple PostgreSQL MCP Server

📦 New Repository

GitHub: https://github.com/neverinfamous/postgresql-mcp

Docker:

docker pull writenotenow/postgres-mcp:latest

npm:

npm install -g @neverinfamous/postgres-mcp

MCP Registry: io.github.neverinfamous/postgres-mcp


⚠️ Notice

  • This repository will no longer receive updates

  • Security patches will NOT be applied

  • Please migrate to the new TypeScript version

For documentation and support, visit: https://github.com/neverinfamous/postgresql-mcp


Last Python version: v1.2.0 (December 2025)

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server implementation that provides a simple interface to interact with PostgreSQL databases, enabling SQL queries, database operations, and schema management through MCP.
    -
  • A
    license
    Not graded
    quality
    F
    maintenance
    Archived MCP server for PostgreSQL health monitoring; functionality merged into pg-dash.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An open-source MCP server for PostgreSQL schema introspection and guarded read-only queries. It enables MCP clients to discover schemas, tables, columns, indexes, relationships, and safe queryable data from a configured PostgreSQL database.
    6 npm
    MIT