Workplace platform

Connect GitHub Copilot
to DataPalace.

Copilot is built into VS Code and most editors. Connect DataPalace and it checks your knowledge base before it suggests code.

What connecting does

Connected to DataPalace, Copilot gets your architecture decisions, coding standards, and decision history before it suggests code, writes tests, or answers questions — inside the editor your developers already use.

What plan you need

GitHub Copilot Business ($19/user/mo) or Enterprise. Free and Individual do not support custom MCP. The connection is set per repository.

Connect it, step by step

First, an org admin enables MCP (one-time): Organization Settings → Copilot → MCP Servers → Enable.

Then add DataPalace to your repo at .github/copilot/mcp.json:

{
  "servers": {
    "datapalace": {
      "url": "https://mcp.datapalace.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_DATAPALACE_TOKEN" }
    }
  }
}
  1. Commit and push that file — Copilot picks it up on the next reload.
  2. In VS Code, open the Copilot Chat panel.
  3. Click the tools icon (wrench) and toggle DataPalace on.
Test it: in Copilot Chat, “Check DataPalace for the architecture decisions for this project.” If it surfaces your content, you are connected.

Good to know

The config file is committed, so every developer who clones the repo gets DataPalace automatically — but each authenticates with their own token (kept in VS Code settings, not the committed file). For multiple repos, add the config to each, or set it org-wide on Enterprise.

← All integrations