Gitee MCP ServerServer

normal-coder
GitHub
version controlAI integrationdeveloper tools

Loading subscription status...

💡 Description

An MCP server that allows AI to interact with Gitee repositories, facilitating operations like creating and managing repositories, branches, files, issues, and pull requests.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Gitee": {
        "env": {
          "GITEE_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
        },
        "args": [
          "-y",
          "gitee-mcp-server"
        ],
        "command": "npx"
      }
    },
    {
      "Gitee": {
        "env": {
          "GITEE_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "GITEE_PERSONAL_ACCESS_TOKEN",
          "normalcoder/gitee-mcp-server"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

create_branchget_branchcreate_or_update_filecreate_issueget_issueadd_issue_commentlist_pull_requestsget_pull_request

Features

  • Operations on Gitee repositories
  • Branch management
  • File operations
  • Issue tracking
  • Pull request management