architect-c4
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., "@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: EngiMCP
Быстрый старт
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA comprehensive MCP server for managing product initiatives, architecture decisions, requirements, and releases, enabling AI tools to interact with architectural documentation and planning.
- AlicenseBqualityBmaintenanceAn MCP server that gives LLM agents structured, safe, and traceable access to engineering project documentation stored in Markdown/Git repositories, enabling management of requirements, decisions, tests, tasks, and impact analysis.1416MIT
- Alicense-qualityCmaintenanceMCP 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
- Alicense-qualityBmaintenanceAn 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.MIT
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/hewimetall/architect-c4-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server