Skip to content
Grok

Dataset Join & Merge for Grok

io.github.nero-engine/dataset-join-merge

Join two lists of JSON rows on a key, like SQL or VLOOKUP: left, inner, full, anti joins, union.

client:Grok transport:streamable-http tools:2

Install Dataset Join & Merge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dataset-join-merge": {
      "type": "http",
      "url": "https://dataset-join-merge.nerolabs.workers.dev/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

What Grok can do once it is connected

Dataset Join & Merge in other clients