MCP server for AI-first development design document templates
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"byebye-docs-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# 🔌 byebye-docs MCP Server [](https://badge.fury.io/py/byebye-docs-mcp) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) Claude CodeやClaude Desktopと連携するMCPサーバー。 **コードとドキュメントの同期?AIにやらせろ。** ## 🚀 インストール ```bash pip install byebye-docs-mcp # または uv tool install byebye-docs-mcp ``` 以上。終わり。 ## ⚡ クイックスタート ### 既存プロジェクトに導入 ```bash curl -sL https://raw.githubusercontent.com/pon-tanuki/byebye-docs/main/scripts/init-project.sh | bash -s /path/to/your-project ``` これで `.agent/` と `CLAUDE.md` と `.mcp.json` が全部セットアップされる。 ### 手動でやりたい人 ```bash # 1. インストール(上でやった) # 2. テンプレートをコピー git clone --depth 1 https://github.com/pon-tanuki/byebye-docs.git /tmp/byebye-docs cp -r /tmp/byebye-docs/.agent /path/to/your-project/ cp /tmp/byebye-docs/CLAUDE.md /path/to/your-project/ # 3. .mcp.json を作成(下記参照) ``` ## 🔧 Claude Codeでの設定 プロジェクトルートに `.mcp.json` を置く: ```json { "mcpServers": { "byebye-docs": { "command": "byebye-docs", "env": { "BYEBYE_DOCS_PROJECT_PATH": "." } } } } ``` ## 🛠️ できること ### コード↔ドキュメント同期(目玉機能) | ツール | 何するの? | |--------|-----------| | `diff_code_docs` | コードとドキュメントの差分を検出。「あれ、このAPIドキュメントに書いてなくね?」を見つける | | `extract_from_code` | コードからAPI/エンティティ情報を抽出してYAML出力。手で書くとかダルいじゃん | | `auto_sync` | コード変更をドキュメントに自動反映。preview で確認、apply で適用 | ### ドキュメント管理 | ツール | 何するの? | |--------|-----------| | `list_templates` | 利用可能なテンプレート一覧 | | `create_document` | テンプレートから新規ドキュメント作成 | | `get_section` | ドキュメントの特定セクションを取得 | | `update_section` | ドキュメントの特定セクションを更新 | | `validate_document` | ドキュメントの構造チェック | | `fill_metadata` | メタデータ自動入力 | ### リソース | URI | 何が取れる? | |-----|-------------| | `template://structure` | テンプレート構造 | | `template://schema` | 検証スキーマ | | `project://current` | 現在のプロジェクト情報 | | `docs://list` | 既存ドキュメント一覧 | ### プロンプト …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.