{"openapi":"3.1.0","info":{"title":"GitHub REST API","description":"GitHub REST API는 리포지토리, 이슈, PR, 커밋, 사용자 정보, GitHub Actions 워크플로우를 프로그래밍 방식으로 관리합니다. 개인 액세스 토큰으로 인증하며 시간당 5,000건 호출 가능, CI/CD 자동화, 개발 대시보드, 오픈소스 분석에 활용됩니다.","version":"1.0.0","x-fusepie-id":"github-api","x-fusepie-category":"data","x-fusepie-provider":"GitHub"},"servers":[{"url":"https://api.github.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_github_api","summary":"GitHub REST API","description":"GitHub REST API는 리포지토리, 이슈, PR, 커밋, 사용자 정보, GitHub Actions 워크플로우를 프로그래밍 방식으로 관리합니다. 개인 액세스 토큰으로 인증하며 시간당 5,000건 호출 가능, CI/CD 자동화, 개발 대시보드, 오픈소스 분석에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://github.com/settings/tokens"}}},"x-mcp-config":{"mcpServers":{"github-api":{"command":"npx","args":["-y","@fusepie/mcp-github-api"],"env":{"API_KEY":""}}}}}