Skip to content
Zed

Dataloupe for Zed

io.github.aurelio-nakamura/dataloupe

Offline MCP server to explore CSV/JSON/Parquet/Excel: preview, query, diff, render interactive HTML

client:Zed transport:stdio runtime:oci

Install Dataloupe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "dataloupe": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aurelio-nakamura/dataloupe:0.15.0"
      ],
      "env": {
        "DATALOUPE_MCP_ROOT": "<DATALOUPE_MCP_ROOT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Dataloupe in other clients