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
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ 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
31
Alternatively, to manually configure VS Code, choose the appropriate JSON block from the examples below and add it to your host configuration:
33
32
34
33
<table>
@@ -176,7 +175,6 @@ Add the following JSON block to your IDE MCP settings.
176
175
177
176
Optionally, you can add a similar example (i.e. without the mcp key) to a file called`.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
178
177
179
-
180
178
```json
181
179
{
182
180
"inputs": [
@@ -276,7 +274,6 @@ The following sets of tools are available (all are on by default):
276
274
|`users`| Anything relating to GitHub Users|
277
275
|`experiments`| Experimental features (not considered stable)|
278
276
279
-
280
277
####Specifying Toolsets
281
278
282
279
To specify toolsets you want available to the LLM, you can pass an allow-list in two ways:
@@ -288,6 +285,7 @@ To specify toolsets you want available to the LLM, you can pass an allow-list in
@@ -366,6 +364,7 @@ the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data r
366
364
367
365
- For GitHub Enterprise Server, prefix the hostname with the`https://` URI scheme, as it otherwise defaults to`http://`, which GitHub Enterprise Server does not support.
368
366
- For GitHub Enterprise Cloud with data residency, use`https://YOURSUBDOMAIN.ghe.com` as the hostname.
367
+
369
368
```json
370
369
"github": {
371
370
"command":"docker",
@@ -491,7 +490,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
491
490
-`assignees`: New assignees (string[], optional)
492
491
-`milestone`: New milestone number (number, optional)
493
492
494
-
-**search_issues** - Search for issues and pull requests
493
+
-**search_issues** - Search for issues
495
494
-`query`: Search query (string, required)
496
495
-`sort`: Sort field (string, optional)
497
496
-`order`: Sort order (string, optional)
@@ -527,6 +526,18 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
527
526
-`perPage`: Results per page (number, optional)
528
527
-`page`: Page number (number, optional)
529
528
529
+
-**search_pull_requests** - Search for pull requests in GitHub repositories using pull request search syntax