Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

nodes.createFlowchart

Create visual flowcharts with nodes and edges to map processes, decisions, and workflows for clear documentation and analysis.

Instructions

Create a flowchart with nodes and edges on the canvas. Returns nodeIds mapping for subsequent modifications via nodes.updateFlowchart.

Nodes: { id, name, shape?, color? }

  • shape: rounded (default), diamond (decisions), pill (start/end), cylinder (database), parallelogram (I/O)

  • color: CSS name (blue, green, red, amber) or hex. Use red for problems, green for success.

Edges: { from, to, fromHandle?, toHandle?, label? }

  • handles: "left", "right", "top", "bottom"

  • For decisions: fromHandle "right" for Yes/true, "bottom" for No/false

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodesYesArray of nodes: [{id, name, shape?, color?}]
edgesYesArray of edges: [{from, to, fromHandle?, toHandle?, label?}]
startPositionNoStarting position {x, y} for the flowchart
spacingNoGap between nodes in pixels (default: 60)
autoLayoutNoRun dagre auto-layout after creating nodes for optimal positioning (default: false)
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/circuitry-dev/circuitry-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server