Gitee
Gitee API integration, repository, issue, and pull request management, and more.
Ads
Overview
Gitee MCP Server is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools for interacting with Gitee's API, allowing AI assistants to manage repositories, issues, pull requests, and more. - Interact with Gitee repositories, issues, pull requests, and notifications - Configurable API base URL to support different Gitee instances - Command-line flags for easy configuration - Supports both personal, organization, and enterprise operations - Dynamic toolset enable/disable
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"gitee": {
"url": "https://api.gitee.com/mcp",
"headers": {
"Authorization": "Bearer <your personal access token>"
}
}Capabilities
- Search open source repositories
Find public Gitee projects by keyword using `search_open_source_repositories`.
- List and inspect repository issues
Retrieve open issues with `list_repo_issues` and get full details via `get_repo_issue_detail`.
- Create pull requests from issues
Use `create_pull` to open a PR, then `create_comment` and `update_issue` to comment and close the related issue.
- Review and merge pull requests
Approve or cancel reviews with `manage_pull_review` and merge using `merge_pull`.
- Manage repository files and releases
Read file contents via `get_file_content`, search code with `search_files_by_content`, and publish releases with `create_release`.
- Check notifications and user info
List your Gitee notifications with `list_user_notifications` and retrieve authenticated user details via `get_user_info`.
Tags
- git
- version-control
- project-management
Related MCP servers
Kubernetes MCP Server
OfficialA Claude Kubernetes MCP server, built in Go. The server integrates with ArgoCD, GitLab, Claude AI, and Kubernetes to enable advanced control and automation of Kubernetes environments.
github/github-mcp-server
OfficialOfficial GitHub server for integration with repository management, PRs, issues, and more.
modelcontextprotocol/server-git
OfficialDirect Git repository operations including reading, searching, and analyzing local repositories
modelcontextprotocol/server-git
OfficialDirect Git repository operations including reading, searching, and analyzing local repositories