Skip to main content
Glama

Related Servers

Alternatives to ascii2svg

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Renders diagram-as-code to PNG files on your disk, and also provides text-art previews and syntax validation, all locally without a browser or network.
      4
      9 npm
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      Exposes ASCIIFlow drawing primitives as tools to enable AI assistants to generate ASCII wireframes and diagrams from natural language descriptions. It provides commands for creating canvases and drawing boxes, lines, arrows, and text using a character-grid coordinate system.
      8
      2
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Turns raw diagram source text into an interactive SVG rendered directly inline in Claude Desktop conversations, with pan, zoom, fit-to-width, copy-source and fullscreen controls instead of a static code block. It runs as a standalone local stdio server available to every conversation, so any diagram definition can be viewed and explored without leaving the chat.
      49 npm
      MIT

    TDQS

    A4.3/5.0

    Scored across 2 tools

    Disambiguation5/5

    Each tool has a distinct role: one validates the diagram structure and meaning, the other renders it to SVG. The descriptions are explicit about when to use each, and render_diagram even instructs running check_diagram first, eliminating ambiguity.

    Naming Consistency5/5

    Both tool names follow a consistent verb_noun pattern: check_diagram and render_diagram. The verb clearly conveys the action while the shared noun signals the common domain.

    Tool Count3/5

    With only two tools, the server feels minimal, but for a focused ascii-to-svg conversion task the validate-then-render workflow is reasonable. It is borderline thin rather than excessively small.

    Completeness5/5

    The tool set covers the full intended workflow: optionally validate a diagram, then render it to SVG or a web page. It provides feedback and hints for fixing issues, so there are no obvious dead ends for the stated purpose.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues