mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
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>"
|
|
}
|
|
}
|
|
}
|
|
} |