Agent Architecture Review Sample
UnclaimedThe Architecture Review Agent is an open-source AI agent sample that reviews software architectures and generates interactive diagrams automatically.
Install
$
pip install -r requirements.txtUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (2)
infer_architecture
LLM inference only - extract components, types, and connections from any unstructured text (README, code, design doc, prose) without running the full review pipeline
review_architecture
One-call pipeline - smart-parse (with automatic LLM fallback) → risk analysis → diagram + Excalidraw MCP render + PNG export → component map → structured report with executive summary and prioritised recommendations