Skip to main content
Glama
CainDez
by CainDez

mcp-gitee

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

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

Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CainDez/mcp-gitee'

If you have feedback or need assistance with the MCP directory API, please join our Discord server