Custom Docs
FreeNot checkedMCP server that ingests Git-hosted documentation and enables semantic search
About
MCP server that ingests Git-hosted documentation and enables semantic search
README
GitHub 上の公式ドキュメントを AI が直接参照できるようにする MCP サーバーです。 登録したリポジトリのドキュメントを取り込み、Claude が「公式ドキュメントをもとに」正確に回答できるようになります。
インストール
DXT(推奨)
Claude Desktop に直接インストールできます。
- 最新リリース から
docs-mcp-<version>.dxtをダウンロード - Claude Desktop で 設定 → 拡張機能 → ファイルから追加
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 のビルド方法は 開発者向けガイド を参照してください。
ライセンス
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-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
