Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Gitee

БесплатноНе проверен

Full-featured MCP server exposing 200+ Gitee API v5 endpoints for repository, issue, pull request, user, enterprise, gist, and search management.

GitHubEmbed

Описание

Full-featured MCP server exposing 200+ Gitee API v5 endpoints for repository, issue, pull request, user, enterprise, gist, and search management.

README

Full-featured Gitee MCP server exposing 200+ Gitee API v5 endpoints as Model Context Protocol tools.

Installation

npm install -g mcp-gitee

Or run directly without installing:

npx mcp-gitee

Requirements

Set the GITEE_ACCESS_TOKEN environment variable to your Gitee personal access token.

export GITEE_ACCESS_TOKEN=your_token_here

Optionally override the API base URL (defaults to https://gitee.com/api/v5):

export GITEE_API_URL=https://gitee.com/api/v5

Gitee API Compatibility

Tool coverage is checked against the official Gitee API v5 documentation:

MCP Client Configuration

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitee": {
      "command": "npx",
      "args": ["mcp-gitee"],
      "env": {
        "GITEE_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}

Available Tools

Covers all major Gitee API v5 domains:

  • Repositories - create, update, delete, list, file operations, branches, tags, commits
  • Issues - create, update, comment, labels, milestones
  • Pull Requests - create, merge, review, test, labels
  • Users & Organizations - profile, followers, SSH keys, memberships
  • Enterprises - members, repos, issues
  • Gists - create, fork, star, comment
  • Activity - notifications, starring, watching
  • Search - repos, users, issues
  • Git Data - blobs, trees, commits, refs
  • Webhooks, Labels, Milestones, Checks, and more

License

MIT

from github.com/CainDez/mcp-gitee

Установить Gitee в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcp-gitee

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mcp-gitee -- npx -y mcp-gitee

FAQ

Gitee MCP бесплатный?

Да, Gitee MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Gitee?

Нет, Gitee работает без API-ключей и переменных окружения.

Gitee — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Gitee в Claude Desktop, Claude Code или Cursor?

Открой Gitee на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Gitee with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development