Gitee MCP ServerServer

oschina
GitHub
Version ControlDeveloper Tools

Loading subscription status...

💡 Description

The Gitee MCP Server is an implementation of the Model Context Protocol (MCP) for Gitee, providing tools to interact with Gitee's API for managing repositories, issues, pull requests, and notifications.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gitee": {
        "env": {
          "GITEE_API_BASE": "https://gitee.com/api/v5",
          "GITEE_ACCESS_TOKEN": "<your personal access token>"
        },
        "args": [
          "-y",
          "@gitee/mcp-gitee@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

list_user_reposget_file_contentcreate_user_repocreate_org_repocreate_enterprise_repofork_repocreate_releaselist_releasessearch_open_source_reposlist_repo_pull_requestsmerge_pull_requestcreate_pull_requestupdate_pull_requestget_pull_request_detailscomment_pull_requestlist_pull_request_commentscreate_issueupdate_issueget_repo_issue_detailslist_repo_issuescomment_issuelist_issue_commentsget_current_user_infosearch_userslist_user_notifications

Features

  • Interact with repositories, issues, pull requests, and Gitee notifications
  • Configurable base API URL for different Gitee instances
  • Command-line flags for easy configuration
  • Supports personal and organizational operations

💬 Example Queries

  • Get repository issues
  • Create a pull request based on issue details
  • Comment and close an issue