Gitee by oschina
53 score
Gitee API integration, repository, issue, and pull request management, and more.
Ranked #1444 out of 8010 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 856
Freshness 5d ago
Issue Health 67%
Stars 54
Platform Breadth 1 platform
Contributors 3
Description Good
How to Improve
Platforms medium impact
Supported Platforms
From the README
# Gitee MCP Server Gitee MCP Server is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools for interacting with Gitee's API, allowing AI assistants to manage repositories, issues, pull requests, and more. ## Features - Interact with Gitee repositories, issues, pull requests, and notifications - Configurable API base URL to support different Gitee instances - Command-line flags for easy configuration - Supports both personal, organization, and enterprise operations - Dynamic toolset enable/disable <details> <summary><b>Practical scenario: Obtain Issue from the repository, implement and create a Pull Request</b></summary> 1. Get repository Issues 2. Implement coding & create Pull Request based on Issue details 3. Comment & Close Issue </details> ## Installation(This step can be skipped directly when starting npx) ### Prerequisites - Go 1.23.0 or higher - Gitee account with an access token, [Go to get](https://gitee.com/profile/personal_acRead full README on GitHub →