GitHub MCP Server
stdiodevelopment#github#git#code
GitHub 저장소, 이슈, PR을 AI가 직접 관리할 수 있는 MCP 서버입니다.
생성된 MCP 설정
아래 JSON을 Claude Desktop이나 Cursor의 설정 파일에 붙여넣으세요.
claude_desktop_config.json
{
"mcpServers": {
"github-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
}
}
}필요한 환경 변수
GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here