Composer – Diagram Your Codebase with MCP
MCP wrapper around codebase diagramming when Mermaid and PlantUML already exist.
Model-driven development for coding agents. Plan changes in a shared responsibility model mapped to your code; your agent reads, modifies, and implements it through a built-in MCP server.
C4 diagrams as shared context for AI agents beats prompt drift.
Developers using AI coding assistants like Claude Code or Cursor
Lucidchart · Structurizr · IcePanel
The idea for Scryer is to provide a visual surface using C4 model diagrams to share with an AI so that we both understand the actual state of a codebase, and how proposed changes would affect it. It's basically model-driven development (like UML) but adapted for the LLM era. Because of that, I think using opinionated C4 (https://c4model.com/) is the best approach:
- It's simple enough to understand without putting the developer into a coma
- There's just enough context to guide the AI coherently
- Doesn't try to replace code, but defines structural guardrails and scope
Also, I've included some newer agent-oriented methodologies like "always/ask/never" contracts (which have turned out to be very useful), task decomposition, MCP + ACP connections, etc.
This is very experimental and early, so it's quite rough around the edges, but I'm already using it in my own dev workflow and I hope you guys check it out. I honestly think this might be the year of MDE/MDD - as we abstract away the code layer, software architecture fundamentals are becoming more important than ever.
MCP wrapper around codebase diagramming when Mermaid and PlantUML already exist.
Another AI diagram generator when Mermaid AI and Lucidchart already exist.
HTML diagram skills for AI agents when Mermaid and Excalidraw already exist.
LLM-generated Excalidraw diagrams that actually lay out correctly using Sugiyama algorithm.
Bidirectional code↔diagram with Claude MCP beats text-only codebase analysis tools.
Agent-authored docs reviewed in PRs beat stale Confluence pages.