About Self Doc
Self Doc is an MCP server in the RAG category: self-hosted documentation RAG pipeline that serves semantic search to LLM agents over the Model Context Protocol. It has been installed 0 times through Conduid.
Tools (4)
list_doc_sources()List indexed documentation sets with sync status. **Now reports `source_type`** (crawl or upload).
Takes no parameters.
propose_doc_source(name, base_url, max_pages, ...)Propose a new source; lands as `pending` and stays uncrawlable until approved in the admin UI — never crawls itself.
Takes no parameters.
search_docs(query, source?, limit?)Hybrid vector + full-text search over indexed docs. <br/>*(Note: `upload://` URLs from uploaded sources render as plain text)*
Takes no parameters.
upload_doc_text(source, title, content)Writes a page of Markdown/text into an **existing** upload-type source. <br/>**Limits**: 1 MB content, 200-character title. Re-uploading the same title replaces the page.
Takes no parameters.
Install
git clone https://github.com/AdamRussak/self-docThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Self Doc
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.