copilot datagate for Zed
io.github.afurlane/copilot-datagate
Policy-driven, read-only MCP server for safe database access from AI tools.
client:Zed
transport:stdio
runtime:npm
Install copilot datagate in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"copilot-datagate": {
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<DATAGATE_PROJECT_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs