DocHub Architect Tool

DocHub Architect Tool

An MCP server that helps transfer C4 diagrams from DrawIO and PlantUML into a DocHub architecture repository.

Category
访问服务器

README

DocHub Architect Tool

English · Русский

An MCP server that helps transfer C4 diagrams from DrawIO and PlantUML into a DocHub architecture repository.

Code does the deterministic work: parsing diagrams, assembling the repository manifest, finding components to reuse, checking referential integrity, rendering, writing YAML, publishing. The meaning — which business function an element represents, which subdomain owns it, how scenarios split into contexts — comes from the agent working together with a person, because a diagram alone does not carry it.

What it gives you

  • Parsing that works on real files. C4 attributes live on <object> wrappers, nesting is expressed by geometry rather than a parent attribute, and pages are often stored compressed. All of that is handled.
  • Rejection of logical diagrams. A sequence or activity diagram describes behaviour, not composition; the server says so instead of guessing.
  • Rendering by DocHub's own metamodel, taken from its plugin, so a context looks exactly as DocHub will draw it.
  • A split-screen preview: the original diagram on the left, the generated one on the right, refreshed as the YAML changes.
  • Ownership rules. A queue, a foreign API method or a stored procedure belongs in the file of the subdomain that owns it; your own file only references it.
  • Research before questions. The brief reads the diagram, the domain model, the repository and the accumulated rules, and only what none of them answers is asked — with the source quoted.
  • The repository is checked before the work, not after. Reachable, current, a work branch created — instead of discovering a divergence at push time.
  • Accumulated knowledge. Decisions confirmed by the user are stored and reused, so the same conventions need not be explained again.

Requirements

What Why Without it
Python 3.10+ the server itself required
Java 11+ rendering PlantUML preview and context rendering unavailable
lib/plantuml.jar rendering fetched by setup_assets.py
vendor/dochub/ DocHub metamodel ships with the project
vendor/viewer-static.min.js drawing the original DrawIO left preview pane stays empty
lib/elk/ ELK layout falls back to smetana, wider diagrams
GITLAB_TOKEN creating a merge request the branch is pushed, the MR is made by hand

Install

Nothing installed on the machine? Build a portable archive — python tools/build_release.py packs a self-contained Windows x64 build with its own Python, Java and git, so the recipient installs nothing.

From source:

pip install -r requirements.txt
python setup_assets.py
cp .env.example .env

The second command downloads PlantUML and the drawio viewer. They are tens of megabytes and are not kept in git; after this everything runs offline. python setup_assets.py --check reports what is in place.

Configure

.env is the whole configuration; .env.example is the annotated template. The paths are the part you must fill in — the repository, the domain schema — the rest has working defaults:

DOCHUB_REPO_ROOT=C:/repos/architectural-repository
DOCHUB_DDD_PATH=C:/repos/architectural-repository/ddd.drawio
GITLAB_TOKEN=                       # only to create a merge request
DOCHUB_REMOTE_PROTOCOL=https        # or ssh — what your origin expects
DOCHUB_TARGET_BRANCH=main
DOCHUB_COMMIT_TEMPLATE=Добавление схемы {schema}
DOCHUB_MR_ASSIGNEE=                 # who owns the merge request
DOCHUB_AUTOMODE=false               # the agent goes to the MR on its own

An environment variable of the same name wins over the file, so a client can override one value without editing anything. dochub_workspace shows the result and says where each value came from. Full table: docs/USAGE.md.

automode is for people who do not work with architecture repositories: the agent answers the brief from defaults and accumulated rules, builds the schema, shows the preview and goes all the way to the merge request without asking for confirmation. Merging is never automatic — that stays a human decision.

Register in an MCP client

The server speaks MCP over stdio. Clients usually keep servers in an mcpServers object:

{
  "mcpServers": {
    "dochub": {
      "command": "python",
      "args": ["-m", "app.mcp_server"],
      "cwd": "<path to the project>"
    }
  }
}

A helper prints or writes this fragment without touching servers already registered:

python skills/dochub-architect/tools/install_mcp.py --print

Quick check

python -m app.mcp_server

The server writes a startup line to stderr and waits for input — stdout carries the protocol, so nothing else may go there. Stop with Ctrl+C.

python -m pytest

Documentation

Support author

<p align="center"> <img src="donate-qr.png" alt="Donate QR" width="200"/> </p>

BTC: bc1q3frrup5neh7nhfg944etu2agd4j9u0vg3jyee6

ETH(Arbitrum): 0x43B349d8Cea83215D707EBa3bc35e9917f746b0a

TRX: THSzvy49KNeqRjXsGkurh2A5G4avV4RgN4

XRP: rLWZjS3DMupC4ZdXCX3BVYn4dEtC3iNhgy

SOL: 3xwfybxJ6Tz5t6pjBBkL5yYQCZo6wfbv932UNA4ThdP8

ADA: addr1q926ys75jp5wn2pv32a3t8r8pdhr7w02v0t9j4a8pmg0ruww5rlkctu4lnz2hfcwa5qfn3zhsd0s23r22uqwzx9gu6cq5c4e76

TON: UQC4qlAOD9Nly4K_66GJ_yCsSM3x2sB0vZ2GrBQbc--gZUui

DOGE: DTjNYmbtymzcjUiV4MsZY8MP4dM7MJ6qLC

XMR: 44qRqM6YtnxXUhkgCFqDDrKMPjWriu69FLBoop8Kwp7e1VQsBUJoVQ8JYQjfMV5C6uidTUgSSyoJ65mq8aYG2esZ1rrqfwt

Licence

MIT, see LICENSE. Everything this project redistributes and under what licence: THIRD-PARTY-NOTICES.md.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选