Integrations
Provides comprehensive GitHub repository management capabilities including commit handling, file operations, repository creation and forking, as well as tools for searching repositories, code, and users. Also offers issue and pull request management with features for creating, updating, commenting on, and merging these items.
Инструменты GitHub
Сервер Model Context Protocol (MCP) для доступа к Github.
Инструменты репозитория:
Инструменты для управления репозиториями GitHub:
get_commit
: Получить сведения о конкретном коммитеlist_commits
: Получить список коммитов в веткеlist_branches
: Список веток в репозиторииcreate_or_update_file
: Создать или обновить файл в репозиторииcreate_repository
: создать новый репозиторий GitHubget_file_contents
: Получить содержимое файла или каталогаfork_repository
: создание ответвления репозитория для вашей учетной записи или организации
Инструменты поиска
Инструменты для поиска на GitHub:
search_repositories
: Поиск репозиториев GitHubsearch_code
: Поиск кода в репозиториях GitHubsearch_users
: Поиск пользователей GitHub
Инструменты для выпуска
Инструменты для управления проблемами GitHub:
get_issue
: Получить сведения о конкретной проблемеadd_issue_comment
: Добавить комментарий к проблемеsearch_issues
: Поиск проблем в репозиторияхcreate_issue
: Создать новую проблемуlist_issues
: Список проблем в репозиторииupdate_issue
: Обновить существующую проблему
Инструменты запроса на извлечение
Инструменты для управления запросами на извлечение:
get_pull_request
: Получить сведения о конкретном запросе на извлечениеupdate_pull_request
: Обновить существующий запрос на извлечениеlist_pull_requests
: Список запросов на извлечение в репозиторииmerge_pull_request
: Объединить запрос на извлечениеget_pull_request_files
: Получить файлы, измененные в запросе на извлечениеget_pull_request_status
: Получить статус запроса на извлечение
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Сервер Model Context Protocol, который обеспечивает взаимодействие с репозиториями GitHub, проблемами, запросами на извлечение и функциями поиска с помощью естественного языка.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1246,207JavaScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.Last updated -1JavaScript
- -securityFlicense-qualityProvides integration with Github through the Model Context Protocol (MCP), allowing Large Language Models to interact with Github's repositories, issues, pull requests and search functionality.Last updated -1TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.Last updated -129Python