11# PostgreSQL MCP Server - Enhanced
22
3- Last Updated October 8, 2025 2:20 PM EST<br ><br >
3+ Last Updated October 8, 2025 3:50 PM EST<br ><br >
44
55[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/writenotenow/postgres-mcp-enhanced )] ( https://hub.docker.com/r/writenotenow/postgres-mcp-enhanced )
66[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
7- ![ Version] ( https://img.shields.io/badge/version-v1.1.0 -green )
7+ ![ Version] ( https://img.shields.io/badge/version-v1.1.1 -green )
88[ ![ Security] ( https://img.shields.io/badge/Security-Enhanced-green.svg )] ( https://github.com/neverinfamous/postgres-mcp/blob/main/SECURITY.md )
99[ ![ Type Safety] ( https://img.shields.io/badge/Pyright-Strict-blue.svg )] ( https://github.com/neverinfamous/postgres-mcp )
1010[ ![ GitHub Stars] ( https://img.shields.io/github/stars/neverinfamous/postgres-mcp?style=social )] ( https://github.com/neverinfamous/postgres-mcp )
@@ -36,6 +36,11 @@ docker run -i --rm \
36362 . ** Database Connection String** - In the format: ` postgresql://user:pass@host:5432/dbname `
37373 . ** MCP Client** - Claude Desktop, Cursor, or any MCP-compatible client
3838
39+ ** Platform Compatibility:**
40+ - ✅ ** Full support** : Linux, macOS, WSL2
41+ - ✅ ** Docker images** : Work perfectly on all platforms including Windows
42+ - ℹ️ ** Note** : Integration tests are skipped on native Windows due to psycopg async pool compatibility with Docker containers
43+
3944---
4045
4146## 🐳 Docker Tags
@@ -45,13 +50,13 @@ We provide multiple tags for different use cases:
4550| Tag | Description | Use Case |
4651| -----| -------------| ----------|
4752| ` latest ` | Latest stable release | ** Recommended for production** |
48- | ` v1.1.0 ` | Specific version | Pin to exact version |
53+ | ` v1.1.1 ` | Specific version | Pin to exact version |
4954| ` sha-abc1234 ` | Commit SHA | Development/testing |
5055| ` master-YYYYMMDD-HHMMSS-sha ` | Timestamped | Audit trail |
5156
5257** Pull a specific version:**
5358``` bash
54- docker pull writenotenow/postgres-mcp-enhanced:v1.1.0
59+ docker pull writenotenow/postgres-mcp-enhanced:v1.1.1
5560```
5661
5762---
@@ -281,7 +286,15 @@ Can't find what you're looking for? Use our AI-powered search to query both Post
281286
282287# # 🆕 Recent Updates
283288
284- # ## v1.1.0 (October 4, 2025) 🎉
289+ # ## v1.1.1 (October 8, 2025) 🎉
290+ - ✅ **PostgreSQL 18 Support** - Full compatibility with PostgreSQL 13-18
291+ - ✅ **Bug Fix** - Fixed jsonb_stats SQL type casting issue (jsonb_array_length)
292+ - ✅ **Test Suite Enhancement** - Comprehensive testing against PostgreSQL 13 and 18
293+ - ✅ **Windows Compatibility** - Documented Windows test limitations with workarounds
294+ - ✅ **IDE Configuration** - Improved basedpyright configuration for better developer experience
295+ - ✅ Zero breaking changes - All existing features work unchanged
296+
297+ # ## v1.1.0 (October 4, 2025)
285298- ✅ **NEW : MCP Resources (10)** - Real-time database meta-awareness
286299- ✅ **NEW : MCP Prompts (10)** - Guided workflows for complex operations
287300- ✅ **Intelligent Assistant** - Transforms from tool collection to database expert
0 commit comments