GoldenMatch MCP server now available remotely on Smithery #11
benzsevern
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GoldenMatch is now available as a hosted remote MCP server — connect from Claude Desktop, Claude Code, or any MCP client without installing anything locally.
Quick Setup
Add to your Claude Desktop config (
claude_desktop_config.json):{ "mcpServers": { "goldenmatch": { "url": "https://goldenmatch-mcp-production.up.railway.app/mcp/" } } }Or browse on Smithery: https://smithery.ai/servers/benzsevern/goldenmatch
27 Tools Available
Deduplicate files, match records across datasets, explain matching decisions, review borderline pairs, configure matching rules, privacy-preserving linkage (PPRL), synthesize golden records, and more.
Still works locally
pip install goldenmatch[mcp] goldenmatch mcp-serve data.csv # Or with HTTP transport: goldenmatch mcp-serve data.csv --transport http --port 8200Beta Was this translation helpful? Give feedback.
All reactions