Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Vrun-design/openflowkit-mcp

NPM · @VRUN-DESIGN/OPENFLOWKIT-MCP · SCANNED AUG 4

Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients.

−12 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 808 tokens (~38/item across 21 items; 8 tools + 13 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @vrun-design/openflowkit-mcp

# add to Claude Code
claude mcp add vrun-design-openflowkit-mcp -- npx -y @vrun-design/openflowkit-mcp
# add to Codex CLI
codex mcp add vrun-design-openflowkit-mcp -- npx -y @vrun-design/openflowkit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vrun-design-openflowkit-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@vrun-design/openflowkit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vrun-design-openflowkit-mcp --command npx --arg -y --arg @vrun-design/openflowkit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  vrun-design-openflowkit-mcp:
    command: "npx"
    args: ["-y", "@vrun-design/openflowkit-mcp"]
// mcp.json
{
  "mcpServers": {
    "vrun-design-openflowkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vrun-design/openflowkit-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 −1
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
  • 2 Aug 26 +34
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +56
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • Licence: MIT functional
  • 27 Jul 26 26

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/@vrun-design/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8j4g-w8fx-2239 CVE-2026-69207 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 96 packages

96 packages in the resolved dependency tree · 96 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 8 exposed · ~550 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_codebase ~78

Walk a directory on disk and report detected cloud platform, services, top-level structure, and language breakdown. No network access — pure local filesystem scan. Useful to seed an architecture diagram.

NameTypeReqDescription
maxFilesintegerCap on files scanned. Defaults to 500.
rootPathstringyesAbsolute path to the project root directory.

No output schema declared.

No examples provided.

create_viewer_url ~76

Build a shareable OpenFlowKit viewer URL for agent-authored OpenFlow DSL. No AI provider, network call, account, or API key is required. Always validate the DSL first or inspect the returned lint report before showing the URL.

NameTypeReqDescription
dslstringyesOpenFlow DSL source to encode into a viewer URL.

No output schema declared.

No examples provided.

find_icon ~169

Fuzzy-search the OpenFlowKit icon catalog (1600+ icons across AWS, Azure, GCP, CNCF, and developer brand logos). Returns ranked matches with their `provider` and `slug` values, which you pass back into [architecture] node attributes as `archProvider` and `archResourceType` to render the icon. Always call this before guessing a slug, since silent fallback to a generic icon is a poor user experience.

NameTypeReqDescription
limitintegerMaximum number of matches to return. Defaults to 10.
providerstringOptional: limit results to one provider (aws, azure, gcp, cncf, developer).
querystringyesHuman-friendly name to search for (e.g. "postgres", "kafka", "react").

No output schema declared.

No examples provided.

get_starter_template ~66

Return the OpenFlow DSL for a named starter template. Use list_starter_templates to discover available names.

NameTypeReqDescription
namestringyesTemplate name (one of: auth-flow, ci-cd-pipeline, three-tier-architecture, request-sequence, event-driven-pipeline).

No output schema declared.

No examples provided.

list_diagram_node_types ~38

Quick reference for every supported OpenFlow node type and edge style. Use this when authoring DSL by hand or when guiding another agent.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_starter_templates ~38

List built-in OpenFlow starter templates that can be loaded without any AI call. Returns names, titles, categories, and one-line summaries.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

server_info ~29

Return version, capabilities, and a self-test report from the MCP server. Useful when debugging client connections.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

validate_openflow_dsl ~56

Lint an OpenFlow DSL document. Returns structured diagnostics (errors + warnings), declared node ids, and edge count. No network access; runs locally.

NameTypeReqDescription
dslstringyesOpenFlow DSL source to validate.

No output schema declared.

No examples provided.