
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
flowgraf-mcp
Advanced tools
Flowgraf MCP server — create and edit clean, editable architecture diagrams from your AI agent (Claude Code, Cursor, Windsurf). Returns an SVG plus a link to a live, editable canvas.
Create and edit clean, editable architecture diagrams from your AI agent.
Flowgraf turns a description of a system into a clean, auto-laid-out architecture diagram — and hands back a link to a live canvas you can keep editing (by chat or by hand). This package is the stdio proxy for MCP clients that speak stdio; it forwards to Flowgraf's hosted MCP endpoint. No API key, no LLM cost to you — your agent authors the diagram, Flowgraf lays it out and renders it.
| Tool | What it does |
|---|---|
create_diagram | Turn a graph (nodes + edges + groups) into a diagram → returns an SVG, a Mermaid string, and a /d/<id> canvas link |
edit_diagram | Apply operations to an existing diagram (e.g. insert a cache between two nodes) — it re-wires and re-lays-out automatically |
get_diagram | Fetch a diagram's current graph + version |
Recommended — the hosted remote endpoint (no local process):
claude mcp add --transport http flowgraf https://flowgraf.in/api/mcp
Or via this stdio proxy:
claude mcp add flowgraf npx flowgraf-mcp
Add to your MCP config (~/.cursor/mcp.json for Cursor):
{
"mcpServers": {
"flowgraf": {
"command": "npx",
"args": ["-y", "flowgraf-mcp"]
}
}
}
npx -y flowgraf-mcp
The proxy talks the Model Context Protocol over stdio and forwards to the hosted API.
By default the proxy targets Flowgraf's hosted endpoint. Override it (e.g. for local development) with an environment variable:
| Variable | Meaning |
|---|---|
FLOWGRAF_MCP_URL | Full endpoint URL, e.g. http://localhost:3000/api/mcp |
FLOWGRAF_MCP_BASE_URL | Base URL; /api/mcp is appended |
"Create an architecture diagram: a user hits an API gateway in a VPC, which talks to a Postgres database." →
create_diagramreturns an SVG and a link likehttps://flowgraf.in/d/abc123. Open it to edit on the canvas."Add a Redis cache between the API and the database." →
edit_diagraminserts the cache and re-routes the edge automatically — no manual cleanup.
https://flowgraf.in/api/mcpMIT
FAQs
Flowgraf MCP server — create and edit clean, editable architecture diagrams from your AI agent (Claude Code, Cursor, Windsurf). Returns an SVG plus a link to a live, editable canvas.
The npm package flowgraf-mcp receives a total of 45 weekly downloads. As such, flowgraf-mcp popularity was classified as not popular.
We found that flowgraf-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.