Skip to content

Commit 76eb631

Browse files
committed
Updated readmes to include gists and comparison to
1 parent 067411b commit 76eb631

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

DOCKER_README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PostgreSQL MCP Server - Enhanced
22

3-
*Last Updated October 3, 2025 7:26 PM EST*
3+
* Last Updated: October 4, 2025 1:22 AM EST *
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)
@@ -228,11 +228,21 @@ docker run -i --rm \
228228
## 🔗 Links & Resources
229229

230230
- **[📚 Complete Documentation](https://github.com/neverinfamous/postgres-mcp/wiki)** - Comprehensive wiki
231+
- **[📝 GitHub Gists](https://gist.github.com/neverinfamous/7a47b6ca39857c7a8e06c4f7e6537a16)** - 7 practical examples and real-world use cases
231232
- **[🚀 Quick Start Guide](https://github.com/neverinfamous/postgres-mcp/wiki/Quick-Start)** - Get started in 30 seconds
232233
- **[🛡️ Security Policy](https://github.com/neverinfamous/postgres-mcp/blob/main/SECURITY.md)** - Vulnerability reporting
233234
- **[💻 GitHub Repository](https://github.com/neverinfamous/postgres-mcp)** - Source code
234235
- **[📦 PyPI Package](https://pypi.org/project/postgres-mcp-enhanced/)** - Python installation option
235236

237+
**Practical Examples (GitHub Gists):**
238+
- Complete Feature Showcase (63 tools)
239+
- Security Best Practices & Implementation
240+
- Performance Intelligence & Query Optimization
241+
- Vector/Semantic Search with pgvector
242+
- Enterprise Monitoring & Alerting
243+
- Geospatial Operations with PostGIS
244+
- JSON/JSONB Operations Masterclass
245+
236246
---
237247

238248
## 🆕 Recent Updates

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,21 @@ uv run pytest --cov=src tests/
270270
## 🔗 **Links**
271271

272272
- **[📚 Complete Wiki](https://github.com/neverinfamous/postgres-mcp/wiki)** - Full documentation
273+
- **[📝 GitHub Gists](https://gist.github.com/neverinfamous/7a47b6ca39857c7a8e06c4f7e6537a16)** - 7 practical examples and use cases
273274
- **[🛡️ Security Policy](SECURITY.md)** - Vulnerability reporting
274275
- **[🤝 Contributing](CONTRIBUTING.md)** - Development guidelines
275276
- **[🐳 Docker Hub](https://hub.docker.com/r/neverinfamous/postgres-mcp)** - Container images (coming soon)
276277
- **[📦 PyPI Package](https://pypi.org/project/postgres-mcp-enhanced/)** - Python package
277278

279+
**GitHub Gists - Practical Examples:**
280+
- **Complete Feature Showcase** - All 63 tools with comprehensive examples
281+
- **Security Best Practices** - SQL injection prevention and production security
282+
- **Performance Intelligence** - Query optimization and index tuning strategies
283+
- **Vector/Semantic Search** - pgvector integration and AI-native operations
284+
- **Enterprise Monitoring** - Real-time monitoring and alerting workflows
285+
- **Geospatial Operations** - PostGIS integration and spatial queries
286+
- **JSON/JSONB Operations** - Advanced JSONB operations and validation
287+
278288
---
279289

280290
## 📈 **Project Stats**

0 commit comments

Comments
 (0)