File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,6 @@ The MCP server can use many of the GitHub APIs, so enable the permissions that y
2121
2222## Installation
2323
24- ### Usage with Claude Desktop
25-
26- ``` json
27- {
28- "mcpServers" : {
29- "github" : {
30- "command" : " docker" ,
31- "args" : [
32- " run" ,
33- " -i" ,
34- " --rm" ,
35- " -e" ,
36- " GITHUB_PERSONAL_ACCESS_TOKEN" ,
37- " ghcr.io/github/github-mcp-server"
38- ],
39- "env" : {
40- "GITHUB_PERSONAL_ACCESS_TOKEN" : " <YOUR_TOKEN>"
41- }
42- }
43- }
44- ```
45-
4624### Usage with VS Code
4725
4826For quick installation, use one of the one-click install buttons at the top of this README.
@@ -86,6 +64,28 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace
8664
8765More about using MCP server tools in VS Code's [ agent mode documentation] ( https://code.visualstudio.com/docs/copilot/chat/mcp-servers ) .
8866
67+ ### Usage with Claude Desktop
68+
69+ ``` json
70+ {
71+ "mcpServers" : {
72+ "github" : {
73+ "command" : " docker" ,
74+ "args" : [
75+ " run" ,
76+ " -i" ,
77+ " --rm" ,
78+ " -e" ,
79+ " GITHUB_PERSONAL_ACCESS_TOKEN" ,
80+ " ghcr.io/github/github-mcp-server"
81+ ],
82+ "env" : {
83+ "GITHUB_PERSONAL_ACCESS_TOKEN" : " <YOUR_TOKEN>"
84+ }
85+ }
86+ }
87+ ```
88+
8989### Using Mise for Installation
9090
9191To quickly configure and deploy the GitHub MCP Server in your environment, you can use **[Mise](https://mise.jdx.dev)**, a developer tool manager
You can’t perform that action at this time.
0 commit comments