hubdocs
Integrates with Hermes to query architecture documentation hubs, providing tools for listing IDs, retrieving elements, checking dependencies, validating links, routing topics, and more.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hubdocsShow me the orphans in the architecture docs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hubdocs
Local MCP for arc42 × C4 docs hubs: index architecture/product IDs, deps, orphans, broken links, and chapter routing — so agents query the hub without dumping whole trees.
Indexes and validates Markdown only — does not replace Structurizr or diagram renderers.
GitHub: raintr91/hubdocs
Init (agents): docs/INIT.md
Package bootstrap: docs/INSTALL.md
What it does
Công dụng | Chi tiết |
ID index | Liệt kê LND / CTX / CTR / CMP / FLOW / DEP / ADR / W / API / UI từ MD |
Slice theo ID | Mở file + excerpt cho một phần tử — không load cả cây docs |
Deps / dependents | Ai tham chiếu ID này / ID này tham chiếu ai |
Catalog health | Orphans (thiếu FLOW/ADR/CMP), broken MD links |
Routing | Topic → chương arc42 + skill gợi ý |
Journeys | Liệt kê |
Related MCP server: Documentation MCP Server
Quick start
Linux / WSL
curl -fsSL https://raw.githubusercontent.com/raintr91/hubdocs/main/install.sh | bash
hubdocs version
cd /path/to/your/docs-hub # thư mục có architecture/
hubdocs init --yes # ↑↓ · Space nếu bỏ --yesWindows
irm https://raw.githubusercontent.com/raintr91/hubdocs/main/install.ps1 | iexRequires Node ≥ 22.
init tự lấy cwd làm HUBDOCS_ROOT. Chỉ cần --docs-root=… khi chạy từ chỗ khác.
Sau init: restart agent → thử tool hubdocs_list_ids.
Update
Cùng lệnh cài — ghi đè ~/.hubdocs + symlink CLI:
curl -fsSL https://raw.githubusercontent.com/raintr91/hubdocs/main/install.sh | bash
hubdocs versionPin bản cụ thể:
HUBDOCS_REF=v0.1.0 curl -fsSL https://raw.githubusercontent.com/raintr91/hubdocs/v0.1.0/install.sh | bashWindows: chạy lại irm …/install.ps1 | iex.
Sau update: nếu đổi wire MCP thì cd docs hub → hubdocs init --yes rồi restart agent.
Uninstall: curl -fsSL …/install.sh | bash -s -- --uninstall
Commands
Step | CLI |
Install / update package |
|
Wire agents (global/local) |
|
Print MCP snippet |
|
Version / paths |
|
install = deprecated alias của init.
Agents hỗ trợ: Claude · Cursor · Codex · opencode · Hermes · Gemini · Antigravity · Kiro · Kilo.
MCP tools
Tool | Purpose |
| List LND/CTX/CTR/CMP/FLOW/DEP/ADR/W/API |
| Files + excerpt for one ID |
| IDs referenced from that element’s files |
| IDs that mention this ID |
| Missing canonical FLOW/ADR/CMP paths; catalog draft/TBD |
| Broken MD links under architecture (+ product) |
| Topic → arc42 chapter + skill |
| List |
| Canonical paths per ID kind + ignored redirect stubs |
Manual Cursor snippet: mcp.cursor.example.json. Ưu tiên hubdocs init sau install.sh.
Docs root: HUBDOCS_ROOT hoặc --docs-root (hub phải có architecture/).
Redirect stubs (old flat C4) bị bỏ qua khi index. DYN-* không còn được index — dùng FLOW-*.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raintr91/hubdocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server