Gitee
Freeby MCP Community
Model Context Protocol (MCP) server for Gitee
v0.1.16Added Apr 12, 2026
mcpgiteemodel context protocolmodelcontext
Gitee MCP Server
Model Context Protocol (MCP) server for Gitee
Installation
npx -y @gitee/mcp-gitee
Reviews
Installation
Quick install
npx -y @gitee/mcp-gitee
Add to claude_desktop_config.json
{
"mcpServers": {
"gitee": {
"command": "npx",
"args": ["-y", "@gitee/mcp-gitee"]
}
}
}