Skip to content
Cursor

Dataset Join & Merge for Cursor

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:Cursor transport:streamable-http tools:2

Install Dataset Join & Merge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

Dataset Join & Merge in other clients