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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,11 +219,11 @@ docker run -i --rm \
219
219
ghcr.io/github/github-mcp-server
220
220
```
221
221
222
-
## GitHub Enterprise Server
222
+
## GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
223
223
224
224
The flag `--gh-host` and the environment variable `GITHUB_HOST` can be used to set
225
-
the GitHub Enterprise Server hostname.
226
-
Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support.
225
+
the GitHub Enterprise Server or GitHub Enterprise Cloud with data residency hostname.
226
+
Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support. For GitHub Enterprise Cloud with data residency use `https://YOURSUBDOMAIN.ghe.com` as the hostname.
227
227
228
228
```json
229
229
"github": {
@@ -240,7 +240,7 @@ Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to
0 commit comments