Skip to main content
Glama
298,400 tools. Last updated 2026-07-14 12:50

"Architecture document drafting tool with format enforcement and diagram support" matching MCP tools:

  • Refresh source analysis and generate a Mermaid architecture diagram of the package dependency graph. Use for onboarding, architecture review, or communicating package structure.
    MIT
  • Render all diagram blocks in a Markdown file to SVG, PNG, JPEG, or PDF formats. Parses the document, finds every diagram, and saves output files with customizable themes and styles.
    MIT
  • Validate diagram type, format, code length, and syntax locally to catch problems before rendering. Returns errors and suggestions.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Export a static architecture diagram from the dependency graph, grouped by semantic layer. Output formats: mermaid for README, SVG for standalone vector, HTML with legend.
    MIT
  • Generate C4 architecture diagrams (context, container, component, deployment, dynamic) as Mermaid or PlantUML code from structured data.
    MIT
  • Modify existing architecture diagrams by adding, removing, or updating nodes and connections, with support for iterative edits without full regeneration.
    MIT
  • Extract Markdown document structure into JSON with statistics, heading outlines, code block summaries, and link inventories. Map document architecture and content organization.
    MIT
  • Modify existing Excalidraw architecture diagrams by adding, removing, or updating nodes and connections without recreating the diagram.
    MIT
  • Generate a Mermaid architecture diagram of a project to visualize structure, data flow, or API design. Input project path and optional focus; output diagram ready for GitHub or Notion.
    MIT
  • Open a draw.io editor with a diagram generated from CSV data, using draw.io's CSV import format to create org charts, flowcharts, and other diagrams from tabular data.
    AGPL 3.0
  • Detect binary file format (PE, ELF, MachO) and extract normalized header with hashes, architecture, entrypoint, and format-specific fields like imphash, PIE, NX, RELRO, code signature.
    MIT