architect-c4
Click on "Deploy 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., "@architect-c4create an ADR for adopting event sourcing"
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.
architect-c4
MCP-сервис рядом с вашим git-репозиторием: агент ведёт C4, ADR и потоки поведения как файлы в docs/.
ваш-репо/
docs/
model.toml
adr/{id}.toml
flows/{id}.tomlНа диске продукта — только TOML. Запись идёт через очередь на Rust. История — git.
Подробнее: концепт · быстрый старт · инструменты · публикация
Установка
Нужен Python 3.11+. Rust не требуется.
uvx architect-c4-mcp --docs /abs/path/to/product/docsили
uv tool install architect-c4-mcp
architect-c4-mcp --docs /abs/path/to/product/docsпакет: https://pypi.org/project/architect-c4-mcp/
Альтернатива: образ ghcr.io/hewimetall/architect-c4-mcp.
Related MCP server: OKF Knowledge MCP
Быстрый старт
uvx architect-c4-mcp \
--docs /abs/path/to/product/docs \
--public-base https://c4.example.comЭквивалент через env: ARCHITECT_C4_DOCS (CLI --docs важнее).
HTTP:
uvx architect-c4-mcp \
--docs /abs/path/to/product/docs \
--transport http --host 127.0.0.1 --port 8766MCP:
http://127.0.0.1:8766/mcpViewer:
http://127.0.0.1:8766/?layer=context
Cursor
{
"mcpServers": {
"architect-c4": {
"command": "uvx",
"args": [
"architect-c4-mcp",
"--docs",
"/ABS/product/docs",
"--public-base",
"https://c4.example.com"
]
}
}
}--docs и путь — два аргумента. В WSL: Unix-путь, не C:\….
Что умеет агент
Действие | Tools / prompts |
Привязать |
|
Модель C4 |
|
ADR (GFM → |
|
Сценарии |
|
Ссылки на схемы |
|
Промпты: https://gofastmcp.com/servers/prompts
Docker
docker pull ghcr.io/hewimetall/architect-c4-mcp:latest
docker run --rm -p 8766:8766 \
-v /abs/path/to/product/docs:/docs \
-e ARCHITECT_C4_DOCS=/docs \
-e ARCHITECT_C4_TRANSPORT=http \
ghcr.io/hewimetall/architect-c4-mcp:latestРазработка
git clone https://github.com/hewimetall/architect-c4-mcp.git
cd architect-c4-mcp
uv sync --extra dev
uv run maturin develop
uv run architect-c4-mcp --docs ./examples/docsCI
Событие | Что делает |
push / PR | pytest, |
tag | coverage ≥93% (py+rust) → PyPI wheels, GitHub Release, GHCR |
Лицензия
MIT — см. LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server for innovationlab documentation, generated by doc2mcp.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for managing product initiatives, architecture decisions, requirements, and releases, enabling AI tools to interact with architectural documentation and planning.-
- AlicenseNot gradedqualityCmaintenanceMCP server for managing an OKF markdown knowledge base, enabling AI agents to query, read, write, and auto-sync architectural decisions and rules via Git.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that turns a folder of Markdown ADRs into live tools for AI agents: search, author, validate, link, and trace architectural decisions, with preview-by-default writes.1MIT
- AlicenseAqualityAmaintenanceAn MCP server that maps any repository into architecture diagrams, providing tools for scanning code facts, building import graphs, and generating Mermaid/DOT diagrams, plus architecture rule enforcement for CI.531 npm1MIT