Gitee MCP Server
by ropon
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.
Last updated: N/A
What is Gitee MCP Server?
Gitee MCP Server is an implementation of the Model Context Protocol (MCP) designed to facilitate interaction with the Gitee API. It enables AI assistants and other applications to manage Gitee resources such as repositories, issues, and pull requests programmatically.
How to use Gitee MCP Server?
To use the server, you need to install it using Go, configure it with your Gitee access token and API base URL, and then use the provided command-line options or environment variables to interact with Gitee. The server provides various tools for managing repositories, issues, and pull requests, which can be accessed through the command-line interface or integrated into other applications.
Key features of Gitee MCP Server
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
Use cases of Gitee MCP Server
Automating repository management tasks
Integrating Gitee with AI assistants
Building custom Gitee workflows
Programmatically managing issues and pull requests
FAQ from Gitee MCP Server
What is the Gitee API base URL?
What is the Gitee API base URL?
The default Gitee API base URL is https://gitee.com/api/v5.
How do I get a Gitee access token?
How do I get a Gitee access token?
You can obtain a personal access token from your Gitee profile settings under 'Personal Access Tokens'.
What transport types are supported?
What transport types are supported?
The server supports stdio and sse transport types.
How do I configure the server using environment variables?
How do I configure the server using environment variables?
You can set the GITEE_ACCESS_TOKEN and GITEE_API_BASE environment variables to configure the server.
What is the license for this project?
What is the license for this project?
This project is licensed under the MIT License.