Skip to content
Claude Desktop

copilot datagate for Claude Desktop

io.github.afurlane/copilot-datagate

Policy-driven, read-only MCP server for safe database access from AI tools.

client:Claude Desktop transport:stdio runtime:npm

Install copilot datagate in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

copilot datagate in other clients