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