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
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,33 @@ To keep your GitHub PAT secure and reusable across different MCP hosts:
160
160
161
161
</details>
162
162
163
+
##GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
164
+
165
+
The flag`--gh-host` and the environment variable`GITHUB_HOST` can be used to set
166
+
the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency.
167
+
168
+
- 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.
169
+
- For GitHub Enterprise Cloud with data residency, use`https://copilot-api.YOURSUBDOMAIN.ghe.com` as the hostname.
"GITHUB_HOST":"https://<your GHES or ghe.com domain name>"
186
+
}
187
+
}
188
+
```
189
+
163
190
##Installation
164
191
165
192
###Install in GitHub Copilot on VS Code
@@ -1181,33 +1208,6 @@ docker run -i --rm \
1181
1208
ghcr.io/github/github-mcp-server
1182
1209
```
1183
1210
1184
-
##GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
1185
-
1186
-
The flag`--gh-host` and the environment variable`GITHUB_HOST` can be used to set
1187
-
the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency.
1188
-
1189
-
- 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.
1190
-
- For GitHub Enterprise Cloud with data residency, use`https://YOURSUBDOMAIN.ghe.com` as the hostname.