Skip to content

Commit b76bd0b

Browse files
committed
update
1 parent f5e76bf commit b76bd0b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/resources/configs.png

578 KB
Loading

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,20 @@ Claude Desktop
426426
npx -y @modelcontextprotocol/server-filesystem ~/
427427
```
428428

429+
### Bonus
430+
431+
Add official GitHub MCP Server to Windsurf, Cursor and VS Code at once:
432+
433+
```bash
434+
mcp configs set windsurf,cursor,vscode GitHub \
435+
--env "GITHUB_PERSONAL_ACCESS_TOKEN=github_pat_xxx" \
436+
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
437+
```
438+
439+
<p align="center">
440+
<img src=".github/resources/configs.png" alt="MCP Configs Screenshot" width="700">
441+
</p>
442+
429443
## Server Modes
430444

431445
MCP Tools can operate as both a client and a server, with two server modes available:

0 commit comments

Comments
 (0)