Skip to content

data profiler mcp for Zed

io.github.haiiibin/data-profiler-mcp

Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents.

client:Zed transport:stdio runtime:pypi

Install data profiler mcp in Zed

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

{
  "context_servers": {
    "data-profiler-mcp": {
      "command": "uvx",
      "args": [
        "data-profiler-mcp"
      ]
    }
  }
}

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

data profiler mcp in other clients