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-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,12 @@ For quick installation, use one of the one-click install buttons above. Once you
30
30
31
31
### Usage in other MCP Hosts
32
32
33
-
For MCP Hosts that have been [configured to use the remote GitHub MCP Server](docs/host-integration.md), choose the appropriate JSON block from the examples below and add it to the host's configuration:
33
+
For MCP Hosts that are [Remote MCP-compatible](docs/host-integration.md), choose the appropriate JSON block from the examples below and add it to your host configuration:
34
34
35
35
<table>
36
-
<tr><th>Using OAuth</th><th>Using a GitHub PAT</th></tr>
36
+
<tr><th>MCP Host</th><th>Using OAuth</th><th>Using a GitHub PAT</th></tr>
37
37
<trvalign='top'>
38
+
<td>Claude Desktop</td>
38
39
<td>
39
40
40
41
```json
@@ -69,7 +70,7 @@ For MCP Hosts that have been [configured to use the remote GitHub MCP Server](do
69
70
70
71
### Configuration
71
72
72
-
See [Remote Server Documentation](docs/remote-server.md) on how to pass configuration settings to the remote GitHub MCP Server.
73
+
See [Remote Server Documentation](docs/remote-server.md) on how to pass additional configuration settings to the remote GitHub MCP Server.
0 commit comments