gitee-mcp
gitee-mcp
Gitee(gitee.com)へのブリッジ。中国最大のGitHub風プラットフォームです。 中国のオープンソース界隈で何が盛り上がっているかを確認し、リポジトリ情報を取得し、 ユーザーやリポジトリを検索し、中国語の説明をローカルLLMで英語に翻訳できます。
ラップしているもの
Gitee は最大の中国語コードホスティングプラットフォームです(ユーザー数1200万以上、 OpenHarmony、dromara/hutool、macrozheng/mall など、中国のOSSの多くをホスト)。 そのエコシステムは西洋のツールからはほとんど見えず、APIはレート制限があり、一部トークンが必要です。 gitee-mcp はその橋渡しをします。匿名モードはそのまま使え、無料トークンで完全な検索が 利用可能になります。詳細は docs/WRAPPEE.md をご覧ください。
Related MCP server: Gitee
できること
盛り上がりレーダー - Gitee 上でアクティブなものをリアルタイムでランキング表示。 実際のコミット・スター・フォークデータから計算します(Gitee に公開トレンドAPIはなく、 レーダーは透明な手法に基づくもので、シミュレーションではありません)。
リポジトリ情報 - 任意の公開リポジトリの詳細、README、言語構成、最近のコミット、 ファイルツリー、ブランチ。
検索 - 匿名でユーザー検索、無料トークンでリポジトリ検索。
翻訳 - 中国語の説明、Issue、コミットをOllama経由で英語に翻訳 (ローカルモデルが動作していない場合は辞書による補完)。
Webhook - push/star/forkイベントを受信し、フィードを監視。
Webアプリ - ダークテーマのダッシュボード。上記すべてを操作可能(ポート11161/11162)。
プレビュー
ダッシュボード |
|
ダークテーマのダッシュボード:盛り上がりレーダーのヒーロー、KPIカード、オンボーディングガイド。 |
クイックインストール
オプションA - ドラッグ&ドロップ(Claude Desktop): ダウンロード
gitee-mcp-v0.1.0.mcpb を
Releases から取得し、
Claude Desktop にドラッグ。匿名モードですぐに使えます。
オプションC - 手動:
git clone https://github.com/sandraschi/gitee-mcp
cd gitee-mcp && uv syncclaude_desktop_config.json に追加:
{
"mcpServers": {
"gitee-mcp": {
"command": "uv",
"args": ["--directory", "C:\\path\\to\\gitee-mcp", "run", "python", "-m", "gitee_mcp.server"]
}
}
}全方法:INSTALL.md。
初めてですか? docs/ONBOARDING.md を完了すると、 無料のGiteeトークンを作成できます(オプションですが、リポジトリ検索が有効になります)。
プロンプト例
「Giteeで今何が盛り上がっている?」
「Giteeで最もアクティブなPythonリポジトリを10個、英語に翻訳して表示して。」
「dromara/hutool のプロファイルとREADMEの要約を表示。」
「Giteeでmacrozhengという名前のユーザーを検索。」
「これを英語に翻訳:企業級微服务快速开发框架」
ドキュメント
ドキュメント | 内容 |
全インストール方法(A-D)、前提条件 | |
無料Giteeトークン、階層比較、注意点 | |
Gitee概要、APIの癖、コミュニティリンク | |
デュアルトランスポート、REST面、キャッシュ、ポート | |
全環境変数 | |
全ツールと操作 | |
開発環境設定、テスト、貢献方法 | |
よくある問題と修正 |
必要条件
Python 3.11 以上(
uv経由)Claude Desktop または任意のMCPホスト
オプション:Ollama(
winget install Ollama.Ollama、ollama pull qwen2.5:7b) 翻訳用オプション:リポジトリ検索用の無料Giteeトークン
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP Tool Server for Gitee, supporting the management of repository files/branches, Issues, and Pull Requests.20337MIT
- Alicense-qualityBmaintenanceGitee API integration, repository, issue, and pull request management, and more.61MIT
- AlicenseBqualityCmaintenanceFull-featured MCP server exposing 200+ Gitee API v5 endpoints for repository, issue, pull request, user, enterprise, gist, and search management.10023MIT
- Alicense-qualityDmaintenanceEnables AI-powered GitHub interactions including repository analysis, code search, PR reviews, and more through the MCP protocol.4MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/gitee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
