modelscope·@PhialsBasement/mcp-github-server-plus
GitHub API 的 MCP 服务器,提供文件操作、仓库管理和高级搜索功能,具有自动分支创建和全面的错误处理功能。
MCP 服务器用于 GitHub API,支持文件操作、仓库管理、搜索功能等。
<a href="https://glama.ai/mcp/servers/qmvm4mx87p"><img width="380" height="200" src="https://glama.ai/mcp/servers/qmvm4mx87p/badge" alt="GitHub Server Plus MCP server" /></a>
create_or_update_file
owner (string): Repository owner (username or organization)repo (string): Repository namepath (string): Path where to create/update the filecontent (string): Content of the filemessage (string): Commit messagebranch (string): Branch to create/update the file insha (optional string): SHA of file being replaced (for updates)push_files_content
owner (string): Repository ownerrepo (string): Repository namebranch (string): Branch to push tofiles (array): Files to push, each with path and contentmessage (string): Commit messagepush_files_from_path
owner (string): Repository ownerrepo (string): Repository namebranch (string): Branch to push tofiles (array): Files to push, each with:
path (string): Target path in the repositoryfilepath (string): Source filesystem path to read frommessage (string): Commit messagesearch_repositories
query (string): Search querypage (optional number): Page number for paginationperPage (optional number): Results per page (max 100)create_repository
name (string): Repository namedescription (optional string): Repository descriptionprivate (optional boolean): Whether repo should be privateautoInit (optional boolean): Initialize with READMEget_file_contents
owner (string): Repository ownerrepo (string): Repository namepath (string): Path to file/directorybranch (optional string): Branch to get contents fromcreate_issue
owner (string): Repository ownerrepo (string): Repository nametitle (string): Issue titlebody (optional string): Issue descriptionassignees (optional string[]): Usernames to assignlabels (optional string[]): Labels to addmilestone (optional number): Milestone numbercreate_pull_request
owner (string): Repository ownerrepo (string): Repository nametitle (string): PR titlebody (optional string): PR descriptionhead (string): Branch containing changesbase (string): Branch to merge intodraft (optional boolean): Create as draft PRmaintainer_can_modify (optional boolean): Allow maintainer editsfork_repository
owner (string): Repository ownerrepo (string): Repository nameorganization (optional string): Organization to fork tocreate_branch
owner (string): Repository ownerrepo (string): Repository namebranch (string): Name for new branchfrom_branch (optional string): Source branch (defaults to repo default)list_issues
owner (string): Repository ownerrepo (string): Repository namestate (optional string): Filter by state ('open', 'closed', 'all')labels (optional string[]): Filter by labelssort (optional string): Sort by ('created', 'updated', 'comments')direction (optional string): Sort direction ('asc', 'desc')since (optional string): Filter by date (ISO 8601 timestamp)page (optional number): Page numberper_page (optional number): Results per pageupdate_issue
owner (string): Repository ownerrepo (string): Repository nameissue_number (number): Issue number to updatetitle (optional string): New titlebody (optional string): New descriptionstate (optional string): New state ('open' or 'closed')labels (optional string[]): New labelsassignees (optional string[]): New assigneesmilestone (optional number): New milestone numberadd_issue_comment
owner (string): Repository ownerrepo (string): Repository nameissue_number (number): Issue number to comment onbody (string): Comment textsearch_code
q (string): Search query using GitHub code search syntaxsort (opt…一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。
一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。
一个功能齐全的编码代理,它使用符号操作(由语言服务器启用),即使在大型代码库中也能很好地工作。本质上是 Cursor 和 Windsurf Agents、Cline、Roo Code 等的免费替代品。
为虚幻引擎代码库提供深度源代码分析,使人工智能助手能够理解C++类结构、搜索代码和分析子系统。
一个通过分析你的编程项目、自动提取技能并生成专业描述来更新你的JSON简历,从而增强AI助手功能的服务器。
一种模型上下文协议服务器,使大型语言模型能够通过强大的API与Git仓库进行交互,支持仓库初始化、克隆、文件暂存、提交和分支管理等操作。