GitHub Copilot

GitHub Copilot Chat can talk to MCP HTTP servers on builds with MCP enabled.

  1. Enable MCP: Settings → GitHub Copilot → Experimental → Enable MCP (build-dependent).
  2. Create or edit ~/.config/github-copilot/mcp.json and add the entry below.
  3. Reference your token from an environment variable (for example COPILOT_MCP_TOKEN) in the

header, then reload Copilot.

{
  "version": 1,
  "mcpServers": {
    "my-mcp-server": {
      "type": "http",
      "url": "https://saas.seekdown.ai/api/public/mcp/<server-key>",
      "headers": {
        "Authorization": "Bearer <your-mcp-key>"
      }
    }
  }
}
Contact us

Still need help?

Tell us what you want your website assistant to answer. We will help you map the right content, controls, and launch path.