Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Flowgraf

in.flowgraf/flowgraf

Create and edit architecture diagrams from your AI agent; get an SVG and a live editable canvas.

Uptime
50.0%
2 direct probes · 30d
Response
1663ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

create_diagram

Create a NEW architecture diagram from a graph that YOU author, and get back a shareable, editable canvas URL plus a rendered SVG and Mermaid. You produce only the SEMANTICS — nodes, the groups (VPC/…

edit_diagram

Apply a list of operations to an EXISTING diagram. The ops re-use this tool's op vocabulary; you author them, we validate + apply + re-layout + re-render. ALWAYS call get_diagram(diagramId) first: it…

get_diagram

Fetch a diagram's raw IR (nodes, groups, edges with their real ids) and its current `version`. Call this before edit_diagram so your ops reference ids that actually exist and you pass the correct base…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "flowgraf": {
      "url": "https://flowgraf.in/api/mcp",
      "transport": "streamable-http"
    }
  }
}