Files
2025-08-04 13:55:52 -04:00

12 lines
363 B
JSON

{
"mcpServers": {
"github": {
"description": "Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}