LogoSTMCP
Download
mcp-gitee

Gitee MCP Server

Gitee MCP Server is a Model Context Protocol implementation for Gitee that enables AI assistants to manage repositories, issues, pull requests, and notifications through Gitee's API with configurable toolsets.

Tools

1. list_user_repos

List user authorized repositories.

2. get_file_content

Get the content of a file in a repository.

3. create_user_repo

Create a user repository.

4. create_org_repo

Create an organization repository.

5. create_enter_repo

Create an enterprise repository.

6. fork_repository

Fork a repository.

7. create_release

Create a release for a repository.

8. list_releases

List repository releases.

9. search_open_source_repositories

Search open source repositories on Gitee.

10. list_repo_pulls

List pull requests in a repository.

11. merge_pull

Merge a pull request.

12. create_pull

Create a pull request.

13. update_pull

Update a pull request.

14. get_pull_detail

Get details of a pull request.

15. comment_pull

Comment on a pull request.

16. list_pull_comments

List all comments for a pull request.

17. get_diff_files

Get a pull request diff files.

18. create_issue

Create an issue.

19. update_issue

Update an issue.

20. get_repo_issue_detail

Get details of a repository issue.

21. list_repo_issues

List repository issues.

22. comment_issue

Comment on an issue.

23. list_issue_comments

List comments on an issue.

24. get_user_info

Get current authenticated user information.

25. search_users

Search for users.

26. list_user_notifications

List user notifications.

Open Graph image for Gitee MCP Server

JSON Config

{
  "mcpServers": {
    "gitee": {
      "command": "mcp-gitee",
      "env": {
        "GITEE_API_BASE": "https://gitee.com/api/v5",
        "GITEE_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}

Useful Links

Information