NexyA2A
GitHub MCP Server is a Model Context Protocol server that interfaces with the GitHub API to manage files, repositories, and perform advanced searches. It supports services like nexy-cron and SocialNexy for additional functionalities like token analytics and social sentiment analysis.
File and warehouse operations
`create_or_update_file`, `push_files`, `get_file_contents`, `create_repository`, `fork_repository`, `create_branch`, `list_commits`
Search function
`search_repositories`, `search_code`, `search_issues`, `search_users`
Issues and PR management
`create_issue`, `update_issue`, `add_issue_comment`, `create_pull_request`, `get_pull_request`, `list_pull_requests`, `create_pull_request_review`, `merge_pull_request`, `get_pull_request_files`, `get_pull_request_status`, `get_pull_request_comments`, `get_pull_request_reviews`, `update_pull_request_branch`, `get_issue`, `list_issues`