Back to MCP Catalog

Gitee MCP Server

Version ControlOther
A Chinese alternative to GitHub for code hosting and collaboration
Available Tools

createRepository

Creates a new repository on Gitee

listRepositories

Lists repositories owned by the authenticated user

getRepository

Gets details about a specific repository

createIssue

Creates a new issue in a repository

listIssues

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.

Gitee MCP Server

This MCP server allows you to interact with Gitee, a popular Chinese code hosting platform similar to GitHub.

Installation

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.

Usage

Once installed, you can use the Gitee MCP server to:

  1. Create and manage Git repositories
  2. Track issues and collaborate on code
  3. Manage pull requests and code reviews
  4. Access project wikis and documentation

Authentication

To authenticate with Gitee:

  1. Generate a personal access token from your Gitee account settings
  2. Configure the token in your environment variables or through the MCP server configuration

Configuration

The Gitee MCP server can be configured with the following options:

  • GITEE_TOKEN: Your personal access token for authentication
  • GITEE_API_URL: The API endpoint (defaults to Gitee's standard API URL)
  • GITEE_TIMEOUT: Request timeout in milliseconds (default: 5000)

Limitations

  • The server primarily supports operations within the Gitee ecosystem
  • Some GitHub-specific features may not be available or may work differently
  • API rate limits may apply based on your Gitee account type

Related MCPs

GitHub API
Version ControlTypeScript

Interact with GitHub repositories, issues, pull requests, and more through the GitHub API

GitLab
Version ControlTypeScript

Interact with GitLab repositories, issues, and merge requests

Git Repository Manager
Version ControlPython

Interact with and manage Git repositories through LLM interfaces

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.