You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-3Lines changed: 51 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,68 @@ The remote GitHub MCP Server is hosted by GitHub and provides the easiest method
28
28
29
29
For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using [VS Code 1.101](https://code.visualstudio.com/updates/v1_101) or [later](https://code.visualstudio.com/updates) for remote MCP and OAuth support.
30
30
31
+
32
+
To manually configure VS Code, choose the appropriate JSON block from the examples below and add it to your host configuration:
33
+
34
+
<table>
35
+
<tr><th>Using OAuth</th><th>Using a GitHub PAT</th></tr>
36
+
<tr><thalign=leftcolspan=2>VS Code (version 1.101 or greater)</th></tr>
For MCP Hosts that are [Remote MCP-compatible](docs/host-integration.md), choose the appropriate JSON block from the examples below and add it to your host configuration:
34
83
35
84
<table>
36
85
<tr><th>Using OAuth</th><th>Using a GitHub PAT</th></tr>
0 commit comments