io.github.flowzap-xyz/flowzap
io.github.flowzap-xyz/flowzapCreate workflow, sequence, architecture, and mind map diagrams via AI assistants.
Tools · 13
Validate FlowZap Code syntax. Returns errors and stats.
Deterministically repair mechanical FlowZap Code errors: non-sequential node numbering, inferred edge handles, node/edge label syntax, missing lane display labels, emoji and non-printable characters. …
Validate FlowZap Code syntax specifically for Mind Map diagrams. Checks syntax validity and whether the code is mind-map-ready (no diamonds, no taskboxes, at least one circle for the root, at least on…
Check if valid FlowZap Code is suitable for Mind Map rendering. Returns structured verdict with errors (blocking), warnings (advisory), and info. Rules: diamonds and taskboxes are ERROR (not rendered …
Generate a ready-to-extend FlowZap Code skeleton for a Mind Map. Returns a tree structure with a central circle root, rectangle branches and sub-branches, and optional cross-links between branches. Us…
Create a FlowZap playground session that opens directly in Mind Map view (?view=mindmap). Validates the code first, then creates a shareable URL. Use this after flowzap_mindmap_validate and flowzap_mi…
Create a shareable FlowZap playground URL. Set view to 'architecture', 'sequence', or 'mindmap' when appropriate.
Get FlowZap Code syntax documentation and examples.
Parse FlowZap Code into a structured JSON graph (lanes, nodes, edges).
Convert HTTP logs, OpenAPI specs, or code snippets into a FlowZap diagram.
Compare two FlowZap Code versions and return a structured diff.
Apply structured patch operations (insert/remove/update nodes or edges) to FlowZap Code.
Run an automated SOC2 / GDPR / PIPL / EU AI Act architectural compliance review of a FlowZap Code data flow. Returns a Markdown summary of findings (control · status · detail · recommendation) for eac…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.flowzap-xyz/flowzap": {
"url": "https://flowzap.xyz/mcp",
"transport": "streamable-http"
}
}
}