-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We should explore integrating llm-docs-builder as a local documentation ingestion and retrieval system, running as an MCP doc server, similar to Context-7.
The goal is to provide a self-hosted RAG-style documentation layer that can connect to our existing document sources and serve them through the MCP interface for LLM-based querying and summarization.
Objectives
• Run llm-docs-builder locally as a lightweight RAG backend.
• Expose it as an MCP-compatible doc server (Context-7 style).
• Connect and sync with:
• Confluence (OAuth)
• Google Docs (now supports Markdown export)
• Local Markdown or knowledge-base folders (e.g. /docs, /handbook)
• Define ingestion rules for document refresh intervals, metadata tagging, and access control.
• Enable query federation across all sources.