main
json 14 lines 223 Bytes
Raw
1 {
2 "mcpServers": {
3 "EXAMPLE-github": {
4 "command": "npx",
5 "args": [
6 "-y",
7 "@anthropic/github-mcp-server"
8 ],
9 "env": {
10 "GITHUB_TOKEN": "${GITHUB_TOKEN}"
11 }
12 }
13 }
14 }