PluginBench
MCP Server
Maintained
MIT

InferMap MCP Server

io.github.benseverndev-oss/infermap

What is the InferMap MCP server?

Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.

How to install InferMap

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": {
    "infermap": {
      "command": "uvx",
      "args": [
        "infermap"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "infermap": {
      "command": "uvx",
      "args": [
        "infermap"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "infermap": {
      "command": "uvx",
      "args": [
        "infermap"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "infermap": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "infermap"
      ]
    }
  }
}
Claude Code
claude mcp add infermap -- uvx infermap

Related MCP servers

Read-only cross-cutting analysis, metrics, and reporting across the Golden Suite.

119
Python
MIT
View repository →

Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.

119
Python
MIT
View repository →

GoldenCheck

Maintained

Auto-discover validation rules from data — scan, profile, health-score. No rules to write.

2
Python
MIT
View repository →

GoldenFlow

Maintained

Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases.

1
Python
MIT
View repository →

GoldenPipe

Maintained

One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.

0
Python
MIT
View repository →