Skip to content
Windsurf

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

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

{
  "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

copilot datagate in other clients