Back to Apps

Gitee Enterprise MCP
by oschina
Manage Gitee Enterprise repositories, issues, and pull requests via AI.
0 stars
Works in:CursorWindsurf
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry using npx -y @gitee/mcp-gitee-ent@latestWindsurf
mcp_config.json entry using npx -y @gitee/mcp-gitee-ent@latestClaude Desktop
{"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": "<<tokentoken>"}}}}





