Skip to content
Grok

copilot datagate for Grok

io.github.afurlane/copilot-datagate

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

client:Grok transport:stdio runtime:npm

Install copilot datagate in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "copilot-datagate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@copilot-datagate/cli"
      ],
      "env": {
        "DATAGATE_PROJECT_ROOT": "<DATAGATE_PROJECT_ROOT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

copilot datagate in other clients