mcp data pipeline connector for Zed
io.github.dbsectrainer/mcp-data-pipeline-connector
Universal data connector for CSV, Postgres, and REST APIs via DuckDB
client:Zed
transport:stdio
runtime:npm
Install mcp data pipeline connector in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-data-pipeline-connector": {
"command": "npx",
"args": [
"-y",
"mcp-data-pipeline-connector"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs