These are the steps for configuring the GitHub MCP Server for Agentforce Vibes:
- Copy this block as a child property of
mcpServersin youra4d_mcp_settings.jsonconfiguration 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"
}
}- Obtain a GitHub Personal Access Token (PAT) and replace
YOUR_GITHUB_PATwith your PAT. - Configure the enabled toolsets thanks to the
X-MCP-Toolsetsheader.