gitcode-mcp
If you are the rightful owner of gitcode-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
GitCode MCP Go Server is a Go language implementation of the GitCode MCP server, providing a standard MCP interface encapsulation for the GitCode API.
list_repositories
Lists the repositories of the current user
get_repository
Fetches detailed information of a specific repository
create_repository
Creates a new repository
list_branches
Lists branches of a repository
get_branch
Fetches detailed information of a specific branch
create_branch
Creates a new branch
list_issues
Lists issues of a repository
get_issue
Fetches detailed information of a specific issue
create_issue
Creates a new issue
list_pull_requests
Lists pull requests of a repository
get_pull_request
Fetches detailed information of a specific pull request
create_pull_request
Creates a new pull request
search_code
Searches code
search_repositories
Searches repositories
search_issues
Searches issues
search_users
Searches users