Skip to content

Commit 8d55e05

Browse files
committed
Updated readme with AI search for postgres info
1 parent 76eb631 commit 8d55e05

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

DOCKER_README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,24 @@ docker run -i --rm \
225225

226226
---
227227

228+
## 🔍 AI-Powered Documentation Search
229+
230+
**[→ Search the Documentation with AI](https://search.adamic.tech)**
231+
232+
Can't find what you're looking for? Use our AI-powered search to query both PostgreSQL and SQLite MCP Server documentation:
233+
234+
- 🤖 **Natural Language Queries** - Ask questions in plain English
235+
- ⚡ **Instant AI Answers** - Get synthesized responses with source attribution
236+
- 📚 **136 Tools Covered** - Search across 63 PostgreSQL + 73 SQLite tools
237+
- 🎯 **Smart Context** - Understands technical questions and provides examples
238+
239+
**Example queries:** "How do I use pgvector for semantic search?", "What are the backup best practices?", "How do I optimize query performance?"
240+
241+
---
242+
228243
## 🔗 Links & Resources
229244

245+
- **[🔍 AI Search](https://search.adamic.tech)** - AI-powered documentation search
230246
- **[📚 Complete Documentation](https://github.com/neverinfamous/postgres-mcp/wiki)** - Comprehensive wiki
231247
- **[📝 GitHub Gists](https://gist.github.com/neverinfamous/7a47b6ca39857c7a8e06c4f7e6537a16)** - 7 practical examples and real-world use cases
232248
- **[🚀 Quick Start Guide](https://github.com/neverinfamous/postgres-mcp/wiki/Quick-Start)** - Get started in 30 seconds

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,28 @@ Enterprise-grade PostgreSQL MCP server with enhanced security, comprehensive tes
1010

1111
---
1212

13+
## 🔍 **[AI-Powered Documentation Search →](https://search.adamic.tech)**
14+
15+
Can't find what you're looking for? Use our **AI-powered search interface** to search both PostgreSQL and SQLite MCP Server documentation:
16+
17+
- 🤖 **Natural Language Queries** - Ask questions in plain English
18+
-**Instant Results** - AI-enhanced answers with source attribution
19+
- 📚 **Comprehensive Coverage** - Searches all 63 PostgreSQL tools + 73 SQLite tools
20+
- 🎯 **Smart Context** - Understands technical questions and provides relevant examples
21+
22+
**[→ Try AI Search Now](https://search.adamic.tech)**
23+
24+
Example queries: "How do I optimize PostgreSQL query performance?", "What PostGIS features are available?", "How do I use pgvector for semantic search?"
25+
26+
---
27+
1328
## 📚 **[Complete Documentation - Visit the Wiki →](https://github.com/neverinfamous/postgres-mcp/wiki)**
1429

1530
For detailed documentation, examples, and guides, visit our comprehensive wiki:
1631
- **[Quick Start Guide](https://github.com/neverinfamous/postgres-mcp/wiki/Quick-Start)** - Get running in 30 seconds
1732
- **[Installation & Configuration](https://github.com/neverinfamous/postgres-mcp/wiki/Installation-and-Configuration)** - Detailed setup
1833
- **[All Tool Categories](https://github.com/neverinfamous/postgres-mcp/wiki/Home)** - 63 specialized tools
19-
- **[Security Best Practices](https://github.com/neverinfamous/postgres-mcp/wiki/Security-and-Best-Practices)** - Production security
34+
- **[Security Best Practices](https://github.com/neverinfamous/postgres-mcp/wiki/Security-and-Best-practices)** - Production security
2035
- **[Troubleshooting](https://github.com/neverinfamous/postgres-mcp/wiki/Troubleshooting)** - Common issues
2136

2237
---

0 commit comments

Comments
 (0)