{"openapi":"3.1.0","info":{"title":"GitHub MCP Server","description":"GitHub 공식 MCP 서버로 레포지토리, 이슈, 풀 리퀘스트, 브랜치를 AI 코딩 도구에서 직접 관리할 수 있습니다. Claude, Cursor, Windsurf 등에서 코드 리뷰, 이슈 생성, PR 머지를 자연어로 수행할 수 있어 개발 워크플로우가 크게 간소화됩니다.","version":"1.0.0","x-fusepie-id":"mcp-github","x-fusepie-category":"data","x-fusepie-provider":"GitHub"},"servers":[{"url":"npx @github/mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_github","summary":"GitHub MCP Server","description":"GitHub 공식 MCP 서버로 레포지토리, 이슈, 풀 리퀘스트, 브랜치를 AI 코딩 도구에서 직접 관리할 수 있습니다. Claude, Cursor, Windsurf 등에서 코드 리뷰, 이슈 생성, PR 머지를 자연어로 수행할 수 있어 개발 워크플로우가 크게 간소화됩니다.","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":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-github":{"command":"npx","args":["-y","@fusepie/mcp-mcp-github"],"env":{"API_KEY":""}}}}}