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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,12 +278,13 @@ docker run -i --rm \
278
278
ghcr.io/github/github-mcp-server
279
279
```
280
280
281
-
## GitHub Enterprise Server
281
+
## GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
282
282
283
283
The flag `--gh-host` and the environment variable `GITHUB_HOST` can be used to set
284
-
the GitHub Enterprise Server hostname.
285
-
Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support.
284
+
the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency.
286
285
286
+
- 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.
287
+
- For GitHub Enterprise Cloud with data residency, use `https://YOURSUBDOMAIN.ghe.com` as the hostname.
287
288
```json
288
289
"github": {
289
290
"command": "docker",
@@ -299,7 +300,7 @@ Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to
0 commit comments