Make a new framework's docs queryable by your AI
Когда использовать: Official docs are huge; you want Claude to answer with grounded citations.
Предварительные требования
- mcp-documentation-server installed — npx -y @andrea9293/mcp-documentation-server
Поток
-
Ingest the docsUpload the library's docs .md files to the dashboard at http://localhost:3080.✓ Скопировано→ Files processed into chunks
-
Ask targeted questionssearch_documents for 'how to configure middleware' — give me the top 3 chunks with source paths.✓ Скопировано→ Cited excerpts
-
Ask grounded synthesisGiven those chunks, write the minimum viable config for middleware in this framework.✓ Скопировано→ Working config backed by cited doc lines
Итог: A personal docs assistant that cites its sources.
Подводные камни
- PDFs with scanned images aren't OCR'd — Pre-OCR with tools like ocrmypdf before upload
- Huge doc sets without Gemini give noisy embeddings — Optional GEMINI_API_KEY unlocks higher-quality semantic search