Flow Forge is an MCP server that connects Claude to the Salesforce Metadata API. Claude can list every Flow in the org, read the full XML of any Flow, and deploy changes — all inside a conversation, no sandbox switching required.
Returns all Flows in the Salesforce org — API name, type, and status — in a single tool call. Useful as a first step before reading or editing: Claude can survey what exists, identify the right Flow by name, and proceed from there without needing to leave the conversation.
list_flows
Returns the complete Salesforce Flow XML for any Flow by API name.
Claude can read the structure, understand the logic, suggest edits, or
generate a new version — then hand the updated XML back to
deploy_flow to ship it, all without leaving the conversation.
get_flow
flow_name — Salesforce API name of the Flow
Packages a Flow XML into a metadata deployment bundle and pushes it to the Salesforce org via the Metadata API. Claude can write or revise a Flow, validate it, and deploy — turning a conversation into a live change in the org with no sandbox switching or manual Metadata API calls.
deploy_flow
flow_name · flow_xml — the full Flow XML to deploy
Flow Forge is an internal MCP server at YourPolicy — not a public product.
Connect via Claude.ai → Connections → https://flowforge.your-policy.ai/mcp