-
Couldn't load subscription status.
- Fork 0
README
Temp edited this page Oct 9, 2025
·
4 revisions
Version 1.1.1 - Production/Stable - Updated October 9, 2025
This folder contains 17 comprehensive wiki pages for the PostgreSQL MCP Server.
- Home.md - Main landing page with overview and navigation
- Quick-Start.md - 30-second installation and setup guide
- Installation-and-Configuration.md - Detailed installation 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
- MCP-Resources-and-Prompts.md - 10 resources + 10 prompts for AI-native intelligence
- 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
- Statistical-Analysis.md - 8 statistical analysis tools
- Vector-Semantic-Search.md - 8 pgvector semantic search tools
- Geospatial-Operations.md - 7 PostGIS geospatial tools
- Monitoring-Alerting.md - 5 real-time monitoring and alerting tools
- Backup-Recovery.md - 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 | 17 |
| Total Words | ~20,000 |
| Code Examples | 150+ |
| Tools Documented | 63 |
| Resources Documented | 10 (NEW v1.1.0) |
| Prompts Documented | 10 (NEW v1.1.0) |
| 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
├── Installation & Configuration
├── Extension Setup
└── MCP Configuration
AI Features ⭐ NEW v1.1.0
└── MCP Resources & Prompts (10 + 10)
Tool Categories
├── Core Database Tools (9 tools)
├── Performance Intelligence (6 tools)
├── JSON Operations (15 tools)
├── Text Processing (6 tools)
├── Statistical Analysis (8 tools)
├── Vector/Semantic Search (8 tools)
├── Geospatial Operations (7 tools)
├── Monitoring & Alerting (5 tools)
└── Backup & Recovery (4 tools)
Reference
├── Security & Best Practices
└── Troubleshooting
- Database Schema - All tables, columns, types
- Database Capabilities - Extensions, features
- Performance Metrics - Top queries, cache hits
- Database Health - Connection pool, indexes
- Extension Status - pgvector, PostGIS
- Index Statistics - Usage, size, recommendations
- Connection Pool - Active connections, utilization
- Replication Status - Lag, health
- Vacuum Status - Bloat, last vacuum times
- Lock Information - Active locks, blocking queries
- Optimize Query - Step-by-step optimization
- Index Tuning - Comprehensive recommendations
- Database Health Check - Full assessment
- Setup pgvector - Vector search setup
- Setup PostGIS - Geospatial setup
- JSONB Best Practices - Optimization guide
- Performance Baseline - Establish baselines
- Backup Strategy - Comprehensive planning
- Extension Setup - Step-by-step installation
- Query Analysis - Deep dive analysis
- ✅ Pyright strict mode - 2,000+ type issues resolved
- ✅ Zero linter errors - 100% type-safe codebase
- 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
Updated: October 9, 2025 - Version 1.1.1 - Production/Stable