12 lines
363 B
JSON
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>"
|
|
}
|
|
}
|
|
}
|
|
} |