pipefort mcp runs Pipefort as a Model Context Protocol
server over stdio, so an AI coding assistant can scan CI workflows as it
writes them — catching an injection sink or an unpinned action before the code
is ever committed. It wraps the same engine as the CLI and web app.
Register it
Point your assistant at thepipefort mcp command. For Claude Code:
Tools
All three are read-only and offline — no token or network required.
ruleset,
persona, and min_confidence mirror the CLI flags: omit them for
the permissive defaults (all / regular / keep everything).
Example
An assistant editing a workflow can callscan_workflow with the buffer
contents and surface findings inline:
-o json:
each finding carries its rule_id, severity, confidence, file, line, and
recommendation.