Skip to content
Windsurf

Dataloupe for Windsurf

io.github.aurelio-nakamura/dataloupe

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

client:Windsurf transport:stdio runtime:oci

Install Dataloupe in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Dataloupe in other clients