Gitee Enterprise MCP
by oschina
Manage Gitee Enterprise repositories, issues, and pull requests via AI.
What it does
Gitee Enterprise MCP allows AI assistants to interact with Gitee Enterprise instances. It streamlines the development workflow by automating repository management, issue tracking, and pull request reviews within an enterprise environment.
Tools
- Repository Management: Create, list, and read file contents of enterprise repos.
- Issue Tracking: Create, update, and list enterprise issues and comments.
- Pull Requests: Create, merge, and review PRs, including diff analysis.
- Enterprise Admin: List enterprises, groups, and member information.
- Project Management: Manage Scrum Sprints and Versions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gitee-ent": {
"command": "npx",
"args": ["-y", "@gitee/mcp-gitee-ent@latest"],
"env": {
"GITEE_ENT_API_BASE": "https://api.gitee.com/enterprises",
"GITEE_ENT_MCP_ACCESS_TOKEN": "<<youryour mcp ent access token>"
}
}
}
}
Supported hosts
- Claude
- Cursor
- Windsurf
- Trae
- Cline
Quick install
npx -y @gitee/mcp-gitee-ent@latestInformation
- Pricing
- free
- Published
- 4/17/2026
- stars






