GoldenFlow
io.github.benzsevern/goldenflowData transformation toolkit — standardize, reshape, and normalize messy data
Tools · 10
Transform a data file using GoldenFlow. Zero-config or config-driven.
Auto-map schemas between source and target files.
Profile a data file showing column types, nulls, and patterns.
Generate a YAML config from data patterns.
Compare two data files and show what changed (added, removed, modified rows).
Dry-run transform on a file. Shows what would change without writing output.
List all registered transforms with their modes, input types, and auto-apply status.
Describe what a specific transform does, its mode, and input types.
List available domain packs (e.g., people_hr, ecommerce, finance).
Map GoldenCheck findings to recommended GoldenFlow transforms. Bridge tool for Check-to-Flow handoff.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"goldenflow": {
"url": "https://goldenflow-mcp-production.up.railway.app/mcp/",
"transport": "streamable-http"
}
}
}