{"openapi":"3.1.0","info":{"title":"GitHub GraphQL API","description":"GitHub GraphQL API는 REST API와 동일한 데이터에 GraphQL 쿼리로 접근합니다. 필요한 필드만 선택적으로 요청해 오버페칭을 방지하며, 복잡한 중첩 관계(이슈→코멘트→작성자) 조회를 단일 요청으로 처리합니다. 고급 개발 도구, 대시보드에 적합합니다.","version":"1.0.0","x-fusepie-id":"github-graphql","x-fusepie-category":"data","x-fusepie-provider":"GitHub"},"servers":[{"url":"https://api.github.com/graphql","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_github_graphql","summary":"GitHub GraphQL API","description":"GitHub GraphQL API는 REST API와 동일한 데이터에 GraphQL 쿼리로 접근합니다. 필요한 필드만 선택적으로 요청해 오버페칭을 방지하며, 복잡한 중첩 관계(이슈→코멘트→작성자) 조회를 단일 요청으로 처리합니다. 고급 개발 도구, 대시보드에 적합합니다.","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-graphql":{"command":"npx","args":["-y","@fusepie/mcp-github-graphql"],"env":{"API_KEY":""}}}}}