1. Conduid
  2. RAG
  3. Self Doc
MCP server · RAG

Self Doc

Self-hosted documentation RAG pipeline that serves semantic search to LLM agents over the Model Context Protocol.

34Low

Scored 11 days ago · breakdown

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

Clone
git clone https://github.com/AdamRussak/self-doc

This 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

I know everything about Self Doc. Ask me about installation, configuration, usage, or troubleshooting.

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.
Questions

About Self Doc

How do I install Self Doc?

Run git clone https://github.com/AdamRussak/self-doc, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Self Doc safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Self Doc still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.