
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "github repository integration": {4 "env": {5 "GITHUB_PERSONAL_ACCESS_TOKEN": "${your_token}"6 },7 "args": [8 "-y",9 "cross-env",10 "GITHUB_PERSONAL_ACCESS_TOKEN=${your_token}",11 "npx",12 "-y",13 "@modelcontextprotocol/server-github"14 ],15 "command": "npx"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation