What is the Gitee MCP Server?
The Gitee MCP Server is an implementation of the Model Context Protocol (MCP) specifically designed for the Gitee platform. It allows AI assistants to interact with Gitee’s API, managing repositories, issues, pull requests, and more.
What is MCP?
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs), enabling them to access external data and tools.
What are the prerequisites for installing the Gitee MCP Server?
You need Go 1.23.0 or higher and a Gitee account with a personal access token.
How do I obtain a Gitee personal access token?
You can generate a personal access token on Gitee by going to your profile settings and navigating to the personal access tokens section. Go to get
How do I configure the Gitee MCP Server?
You can configure the server using command-line options or environment variables. The key parameters are the Gitee access token and API base URL.
What environment variables can I use to configure the server?
You can use GITEE_ACCESS_TOKEN
for the Gitee access token and GITEE_API_BASE
for the Gitee API base URL.
What tools are available in the Gitee MCP Server?
The server provides tools for managing repositories, pull requests, issues, user information, and notifications. Examples include list_user_repos
, create_pull
, comment_issue
, and get_user_info
.
How can I contribute to the Gitee MCP Server project?
You can contribute by forking the repository, creating a new branch for your feature or bug fix, making your changes, and submitting a pull request.
How does the UBOS platform integrate with the Gitee MCP Server?
UBOS can be configured to use the Gitee MCP Server as a context provider for AI Agents. The configuration specifies the command to execute the MCP Server and the necessary environment variables.
Where can I find more information about contributing to the project?
Refer to the CONTRIBUTING.md
file in the repository for detailed contribution guidelines.
Can I use the Gitee MCP Server with different Gitee instances?
Yes, you can configure the GITEE_API_BASE
environment variable to point to different Gitee instances.
What transport types are supported?
The Gitee MCP Server supports stdio
and sse
transport types.
How can I check the version of the Gitee MCP Server?
Run the command mcp-gitee --version
to check the version.
What is UBOS?
UBOS is a full-stack AI Agent Development Platform focused on bringing AI Agents to every business department. It helps orchestrate AI Agents, connect them with enterprise data, and build custom AI Agents with LLM models and Multi-Agent Systems.
Gitee MCP Server
Project Details
- ropon/mcp-gitee
- MIT License
- Last Updated: 4/14/2025
Recomended MCP Servers
a short description
A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
An MCP server for Cline that works with Binary Ninja
Claude can perform Web Search | Exa with MCP (Model Context Protocol)
A MCP server to query and generate answers based on the ATproto documentation available online
A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in...
MCP Connection Hub - A unified Model Context Protocol Gateway
An MCP server implementation for accessing Obsidian via local REST API
Model Context Protocol (MCP) server designed for LLMs to interact with Obsidian vaults. Provides secure, token-aware tools for...