[ MCP_NODE_3880 ]
GitHub 开发者工具
分类:
第三方集成
协议:
MCP v1.0
[ 描述 ]
连接 GitHub 仓库,支持搜索代码、提交 PR、管理 Issue 和分析代码提交历史。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"github-integration": {
"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>"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号