What is the GoldenPipe MCP server?
One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.
How to install GoldenPipe
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"goldenpipe": {
"type": "stdio",
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Claude Code
claude mcp add goldenpipe -- uvx goldenpipeRelated MCP servers
GoldenAnalysis
Active
Read-only cross-cutting analysis, metrics, and reporting across the Golden Suite.
119
View repository →Python
MIT
GoldenMatch
Active
Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.
119
View repository →Python
MIT
GoldenCheck
Maintained
Auto-discover validation rules from data — scan, profile, health-score. No rules to write.
2
View repository →Python
MIT
GoldenFlow
Maintained
Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases.
1
View repository →Python
MIT
InferMap
Maintained
Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.
0
View repository →Python
MIT