Skip to content

Instantly share code, notes, and snippets.

@pozil
Last active January 9, 2026 15:20
Show Gist options
  • Select an option

  • Save pozil/db68ee97da99605a354b6409190fc735 to your computer and use it in GitHub Desktop.

Select an option

Save pozil/db68ee97da99605a354b6409190fc735 to your computer and use it in GitHub Desktop.
Configure the GitHub MCP Server for Agentforce Vibes

These are the steps for configuring the GitHub MCP Server for Agentforce Vibes:

  1. Copy this block as a child property of mcpServers in your a4d_mcp_settings.json configuration file:
"github": {
  "autoApprove": [],
  "disabled": false,
  "timeout": 600,
  "type": "streamableHttp",
  "url": "https://api.githubcopilot.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_GITHUB_PAT",
    "X-MCP-Toolsets": "repos,issues,pull_requests"
  }
}
  1. Obtain a GitHub Personal Access Token (PAT) and replace YOUR_GITHUB_PAT with your PAT.
  2. Configure the enabled toolsets thanks to the X-MCP-Toolsets header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment