gitee-mcp
gitee-mcp
Gitee(gitee.com)와 연결하는 브리지입니다. Gitee는 중국 최대의 GitHub 스타일 플랫폼으로, 중국 오픈소스 세계의 동향을 살펴보고, 저장소 정보를 가져오며, 사용자와 저장소를 검색하고, 중국어 설명을 로컬 LLM으로 영어로 번역할 수 있습니다.
이 도구가 감싸는 것
Gitee는 중국 최대의 중국어 코드 호스팅 플랫폼입니다(1200만 명 이상의 사용자, OpenHarmony, dromara/hutool, macrozheng/mall 및 중국 OSS의 상당 부분을 호스팅). 그 생태계는 서구 도구에서는 거의 보이지 않으며, API는 속도 제한이 있고 부분적으로 토큰 게이트가 있습니다. gitee-mcp는 이를 연결합니다: 익명 모드는 바로 작동하며, 무료 토큰으로 전체 검색이 가능합니다. 전체 내용은 docs/WRAPPEE.md를 참조하세요.
Related MCP server: Gitee
할 수 있는 작업
활동 레이더 - Gitee에서 활발한 활동을 보여주는 실시간 순위 보기. 실제 커밋/스타/포크 데이터를 기반으로 계산됩니다(Gitee에는 공개 트렌딩 API가 없으며, 레이더는 시뮬레이션이 아닌 투명한 방법론입니다).
저장소 정보 - 모든 공개 저장소의 세부 정보, README, 언어 구성, 최근 커밋, 파일 트리 및 브랜치.
검색 - 사용자는 익명으로, 저장소는 무료 토큰으로 검색.
번역 - 중국어 설명, 이슈 및 커밋을 Ollama를 통해 영어로 번역(로컬 모델이 실행 중이지 않을 때는 사전 용어 대체).
웹훅 - 푸시/스타/포크 이벤트를 수신하고 피드를 확인.
웹앱 - 위 모든 기능을 위한 다크 테마 대시보드(포트 11161/11162).
미리보기
대시보드 |
|
다크 테마 대시보드: 활동 레이더 히어로, KPI 카드, 온보딩 큐. |
빠른 설치
옵션 A - 드래그 앤 드롭(Claude Desktop): Releases에서 gitee-mcp-v0.1.0.mcpb를 다운로드하여 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
