-
Notifications
You must be signed in to change notification settings - Fork 1
README
Temp edited this page Oct 3, 2025
·
4 revisions
This folder contains 12 comprehensive wiki pages for the PostgreSQL MCP Server.
- Home.md - Main landing page with overview and navigation (✅ already on GitHub)
- Quick-Start.md - 30-second installation and setup guide
- Extension-Setup.md - PostgreSQL extension installation (pg_stat_statements, pgvector, PostGIS, etc.)
- MCP-Configuration.md - Configure with Claude Desktop, Cursor, and other MCP clients
- Core-Database-Tools.md - 9 essential database operations
- Performance-Intelligence.md - 6 query optimization and index tuning tools
- JSON-Operations.md - 15 JSONB tools (insert, update, query, validation, security)
- Text-Processing.md - 6 text similarity and full-text search tools
- Monitoring-Alerting.md - ⭐ NEW Phase 5 - 5 real-time monitoring and alerting tools
- Backup-Recovery.md - ⭐ NEW Phase 5 - 4 backup planning and recovery tools
- Security-and-Best-Practices.md - Enterprise security, SQL injection prevention, access control
- Troubleshooting.md - Common issues and solutions
cd C:\Users\chris\Desktop\postgres-mcp-server-wiki
.\upload-wiki.ps1# Clone wiki repo
cd C:\Users\chris\Desktop
git clone https://github.com/neverinfamous/postgres-mcp.wiki.git
cd postgres-mcp.wiki
# Copy files
Copy-Item C:\Users\chris\Desktop\postgres-mcp-server-wiki\*.md . -Force
# Push to GitHub
git add *.md
git commit -m "Add comprehensive PostgreSQL MCP Server wiki documentation (12 pages)"
git push origin master| Metric | Value |
|---|---|
| Total Pages | 12 |
| Total Words | ~15,000 |
| Code Examples | 100+ |
| Tools Documented | 63 |
| Phase 5 Tools | ✅ 9 (NEW) |
| Categories | 9 |
- ✅ 12 focused pages vs 15 fragmented pages
- ✅ Clear hierarchy: Getting Started → Tools → Reference
- ✅ No content duplication
- ✅ Monitoring & Alerting - Real-time monitoring, capacity planning, replication monitoring
- ✅ Backup & Recovery - Logical/physical backup planning, restore validation
- ✅ Complete workflows and examples
- ✅ Production-ready best practices
- ✅ 100+ working code examples
- ✅ Complete tool parameter documentation
- ✅ Common workflows and use cases
- ✅ Troubleshooting guides
- ✅ Security best practices
- ✅ Docker deployment examples
- ✅ Security modes (restricted/unrestricted)
- ✅ SSL/TLS configuration
- ✅ Connection pooling
- ✅ Performance tuning
├── Home
├── Quick Start
├── Installation & Configuration
├── Core Database Tools
├── PRAGMA Operations
├── Full-Text Search
├── JSON Helper Tools
├── Advanced Text Processing
├── Statistical Analysis
├── Enhanced Virtual Tables
├── Vector Index Optimization
├── Semantic Vector Search
├── SpatiaLite Geospatial
├── Security & Data Integrity
├── Best Practices
├── Backup & Restore
├── Virtual Tables
├── MCP Resources & Prompts
└── Troubleshooting
Getting Started
├── Home (navigation hub)
├── Quick Start
├── Extension Setup
└── MCP Configuration
Tool Categories
├── Core Database Tools (9 tools)
├── Performance Intelligence (6 tools)
├── JSON Operations (15 tools)
├── Text Processing (6 tools)
├── Monitoring & Alerting (5 tools) ⭐ NEW
└── Backup & Recovery (4 tools) ⭐ NEW
Reference
├── Security & Best Practices
└── Troubleshooting
-
monitor_real_time- Real-time performance monitoring -
alert_threshold_set- Metric threshold analysis -
capacity_planning- Growth projection and forecasting -
resource_usage_analyze- CPU/Memory/IO analysis -
replication_monitor- Replication health monitoring
-
backup_logical- Logical backup planning (pg_dump) -
backup_physical- Physical backup assessment -
restore_validate- Restore procedure validation -
backup_schedule_optimize- Schedule optimization
- Wiki URL: https://github.com/neverinfamous/postgres-mcp/wiki
- Repository: https://github.com/neverinfamous/postgres-mcp
- Docker Hub: https://hub.docker.com/r/neverinfamous/postgres-mcp
- PyPI: https://pypi.org/project/postgres-mcp/
- ✅ SQL injection prevention with examples
- ✅ Parameter binding best practices
- ✅ Dual security modes explained
- ✅ SSL/TLS configuration
- ✅ Production security checklist
- ✅ Query optimization workflows
- ✅ Index recommendations with DTA algorithm
- ✅ Hypothetical index testing
- ✅ Workload analysis
- ✅ Real-time monitoring
- ✅ Backup strategies (logical + physical)
- ✅ Restore validation and RTO calculation
- ✅ Capacity planning and growth forecasting
- ✅ Replication monitoring
- ✅ Alert threshold configuration
- Run
.\upload-wiki.ps1(automated) - Or follow manual steps in UPLOAD_INSTRUCTIONS.md
- Visit https://github.com/neverinfamous/postgres-mcp/wiki
- Celebrate! 🎊
- Issues: https://github.com/neverinfamous/postgres-mcp/issues
- Email: admin@adamic.tech
- Discussions: https://github.com/neverinfamous/postgres-mcp/discussions
Created: October 3, 2025 - Phase 5 Complete