GitHub Copilot
Add Cakewalk's MCP Gateway to GitHub Copilot Chat in Visual Studio, JetBrains IDEs, Xcode and Eclipse. VS Code users follow the VS Code MCP page; Copilot reads the same config there.
Last updated
Was this helpful?
Add Cakewalk's MCP Gateway to GitHub Copilot Chat in Visual Studio, JetBrains IDEs, Xcode and Eclipse. VS Code users follow the VS Code MCP page; Copilot reads the same config there.
GitHub Copilot Chat supports MCP servers across five IDEs. Each IDE has its own entry point but the underlying config is the same: a server URL pointing at the Cakewalk gateway, plus OAuth on first use.
GitHub's MCP policy only applies to Copilot Business and Copilot Enterprise subscriptions. If you're on Business or Enterprise and the steps below fail to load, your admin may have restricted MCP access by policy. Free, Pro and Pro+ accounts are not subject to this policy.
VS Code's native MCP support and GitHub Copilot share the same .vscode/mcp.json file. Follow the VS Code page. Once the cakewalk server is in .vscode/mcp.json, Copilot Chat picks it up automatically.
Open View, then GitHub Copilot Chat.
Select Agent from the mode dropdown.
Click the tools icon, then the plus icon in the tool picker.
In the Configure MCP server pop-up, fill in:
Server ID: cakewalk
Type: HTTP
URL: https://mcp-gateway.getcakewalk.io/mcp
Save. In the resulting mcp.json entry, click Auth from the CodeLens above the server to authenticate. A pop-up walks you through OAuth.
Open Copilot Chat in your JetBrains IDE.
Click the tools icon (Configure your MCP server).
Select Add MCP Tools.
Add the Cakewalk gateway URL (https://mcp-gateway.getcakewalk.io/mcp).
Open Copilot Chat.
Click the settings gear icon.
Select the Tools tab.
Click Browse MCP Servers and add the Cakewalk gateway.
Click the Copilot icon in the status bar.
Select Open Chat.
Click the Configure Tools icon and add the Cakewalk gateway.
In VS Code, open the Command Palette (⇧⌘P on Mac, Ctrl+Shift+P on Windows or Linux) and run MCP: List Servers. The cakewalk server appears. In Visual Studio, JetBrains, Xcode and Eclipse, the Copilot Chat tools picker lists the cakewalk tools once the server connects. In Cakewalk, the GitHub Copilot card on My Agents flips to Connected after the first agent call.
Server appears but tools are empty: click Auth (Visual Studio CodeLens) or run the OAuth flow surfaced in your IDE. Until the OAuth flow completes, the server is registered but cannot list tools.
Configuration storage conflicts across IDEs: Copilot reads from per-IDE locations. A server added in VS Code does not automatically appear in Visual Studio or JetBrains. Add it once per IDE you use.
Extending Copilot Chat with MCP from GitHub.
Last updated
Was this helpful?
Was this helpful?