Creates a new repository on Gitee
Lists repositories owned by the authenticated user
Gets details about a specific repository
Creates a new issue in a repository
Lists issues in a repository
Gitee is a leading code hosting platform in China, providing Git-based repository management, issue tracking, and collaboration tools for developers. It offers similar functionality to GitHub but is optimized for the Chinese developer community with localized features and faster access within China. Gitee supports both open source and private repositories, making it suitable for individual developers, teams, and enterprises.
This MCP server allows you to interact with Gitee, a popular Chinese code hosting platform similar to GitHub.
To install the Gitee MCP server, add the following configuration to your client:
"mcpServers": {
"gitee-server": {
"command": "npm",
"args": [
"run",
"start-gitee-server"
]
}
}
Note: The repository appears to be unavailable or inaccessible at the time of analysis. The installation instructions provided are based on standard practices for MCP servers, but may need to be adjusted once the actual repository becomes available.
Once installed, you can use the Gitee MCP server to:
To authenticate with Gitee:
The Gitee MCP server can be configured with the following options:
GITEE_TOKEN
: Your personal access token for authenticationGITEE_API_URL
: The API endpoint (defaults to Gitee's standard API URL)GITEE_TIMEOUT
: Request timeout in milliseconds (default: 5000)