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
@@ -220,12 +220,13 @@ docker run -i --rm \
220
220
ghcr.io/github/github-mcp-server
221
221
```
222
222
223
-
## GitHub Enterprise Server
223
+
## GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
224
224
225
225
The flag `--gh-host` and the environment variable `GITHUB_HOST` can be used to set
226
-
the GitHub Enterprise Server hostname.
227
-
Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support.
226
+
the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency.
228
227
228
+
- 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.
229
+
- For GitHub Enterprise Cloud with data residency, use `https://YOURSUBDOMAIN.ghe.com` as the hostname.
229
230
```json
230
231
"github": {
231
232
"command": "docker",
@@ -241,7 +242,7 @@ Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to
0 commit comments