Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Custom Docs

FreeNot checked

MCP server that ingests Git-hosted documentation and enables semantic search

GitHubEmbed

About

MCP server that ingests Git-hosted documentation and enables semantic search

README

GitHub 上の公式ドキュメントを AI が直接参照できるようにする MCP サーバーです。 登録したリポジトリのドキュメントを取り込み、Claude が「公式ドキュメントをもとに」正確に回答できるようになります。

インストール

DXT(推奨)

Claude Desktop に直接インストールできます。

  1. 最新リリース から docs-mcp-<version>.dxt をダウンロード
  2. Claude Desktop で 設定 → 拡張機能 → ファイルから追加
  3. config.yaml のパスと OpenAI API キーを入力して完了

PyPI・Docker によるインストールは インストールガイド を参照してください。

設定

初回起動時に ~/.docs-mcp/config.yaml がテンプレートから自動生成されます。 ファイルを編集して取り込みたいリポジトリを登録します:

sources:
  - id: react
    url: https://github.com/reactjs/react.dev
    paths:
      - src/content/

embedding:
  provider: openai
  model: text-embedding-3-small

設定の詳細は 設定ガイド を参照してください。

使えるツール

ツール できること
search_docs 自然言語でドキュメントを横断検索
read_doc 検索結果のページ全文を取得
read_sections 特定の見出しセクションだけを取得

ドキュメント

開発者向け

ソースからのビルド・HTTP モード・DXT のビルド方法は 開発者向けガイド を参照してください。

ライセンス

BSD 3-Clause License

from github.com/leCielEtoile/custom-docs-mcp

Installing Custom Docs

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/leCielEtoile/custom-docs-mcp

FAQ

Is Custom Docs MCP free?

Yes, Custom Docs MCP is free — one-click install via Unyly at no cost.

Does Custom Docs need an API key?

No, Custom Docs runs without API keys or environment variables.

Is Custom Docs hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Custom Docs in Claude Desktop, Claude Code or Cursor?

Open Custom Docs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Custom Docs with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs