copilot datagate for Windsurf
io.github.afurlane/copilot-datagate
Policy-driven, read-only MCP server for safe database access from AI tools.
client:Windsurf
transport:stdio
runtime:npm
Install copilot datagate in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"copilot-datagate": {
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<DATAGATE_PROJECT_ROOT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs