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
+67-35Lines changed: 67 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
36
36
<tr><thalign=leftcolspan=2>VS Code (version 1.101 or greater)</th></tr>
37
37
<trvalign=top>
38
38
<td>
39
-
39
+
40
40
```json
41
41
{
42
42
"servers": {
@@ -86,12 +86,6 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
86
86
87
87
> **Note:** Each MCP host application needs to configure a GitHub App or OAuth App to support remote access via OAuth. Any host application that supports remote MCP servers should support the remote GitHub server with PAT authentication. Configuration details and support levels vary by host. Make sure to refer to the host application's documentation for more info.
88
88
89
-
> ⚠️ **Public Preview Status:** The **remote** GitHub MCP Server is currently in Public Preview. During preview, access may be gated depending on authentication type and surface:
90
-
>
91
-
> - OAuth: Subject to GitHub Copilot Editor Preview Policy until GA
92
-
> - PAT: Controlled via your organization's PAT policies
93
-
> - MCP Servers in Copilot policy: Enables/disables access to all MCP servers in VS Code, with other Copilot editors migrating to this policy in the coming months.
94
-
95
89
### Configuration
96
90
97
91
See [Remote Server Documentation](/docs/remote-server.md) on how to pass additional configuration settings to the remote GitHub MCP Server.
@@ -253,7 +247,7 @@ For other MCP host applications, please refer to our installation guides:
253
247
-**[Cursor](docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
254
248
-**[Windsurf](docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
255
249
256
-
For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides/installation-guides.md)**.
250
+
For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides)**.
257
251
258
252
> **Note:** Any host application that supports local MCP servers should be able to access the local GitHub MCP server. However, the specific configuration process, syntax and stability of the integration will vary by host application. While many may follow a similar format to the examples above, this is not guaranteed. Please refer to your host application's documentation for the correct MCP configuration syntax and setup process.
259
253
@@ -289,24 +283,23 @@ _Toolsets are not limited to Tools. Relevant MCP Resources and Prompts are also
289
283
The following sets of tools are available (all are on by default):
0 commit comments