Loading languages...
@G

@gitee/mcp-gitee

@oschina32

mcp-gitee is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools that interact with Gitee's API, allowing AI assistants to manage repository, issues, pull requests, etc.

Gitee
Git
Repository Management
Issue Tracking
Pull Requests
Code Hosting

# mcpServer Config

{
  "mcpServers": {
    "gitee": {
      "command": "npx",
      "args": [
        "-y",
        "@gitee/mcp-gitee@latest"
      ],
      "env": {
        "GITEE_API_BASE": "https://gitee.com/api/v5",
        "GITEE_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}

# stdio

npx -y @gitee/mcp-gitee@latest

# sseURL

https://api.gitee.com/mcp

# streamableURL

https://api.gitee.com/mcp
Transport:
stdio
sse
streamable
Язык:
Go
Создано:3/12/2025
Обновлено:7/28/2025
Домашняя страница: