We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e76bf commit b76bd0bCopy full SHA for b76bd0b
.github/resources/configs.png
578 KB
README.md
@@ -426,6 +426,20 @@ Claude Desktop
426
npx -y @modelcontextprotocol/server-filesystem ~/
427
```
428
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
443
## Server Modes
444
445
MCP Tools can operate as both a client and a server, with two server modes available:
0 commit comments