Gitee MCP Server
NPM · GITEE-MCP · SCANNED SEP 20
让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API)
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability86
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 493 tokens (~70/item across 7 items; 6 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Gitee MCP Server server?
Gitee MCP Server runs locally as an npm package, launched with npx -y gitee-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · gitee-mcp
claude mcp add paulseth-gitee-mcp-server -- npx -y gitee-mcp
{
"mcpServers": {
"paulseth-gitee-mcp-server": {
"command": "npx",
"args": [
"-y",
"gitee-mcp"
]
}
}
} {
"servers": {
"paulseth-gitee-mcp-server": {
"command": "npx",
"args": [
"-y",
"gitee-mcp"
]
}
}
} codex mcp add paulseth-gitee-mcp-server -- npx -y gitee-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"paulseth-gitee-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"gitee-mcp"
],
"enabled": true
}
}
} openclaw mcp add paulseth-gitee-mcp-server --command npx --arg -y --arg gitee-mcp
mcp_servers:
paulseth-gitee-mcp-server:
command: "npx"
args: ["-y", "gitee-mcp"] {
"McpServers": {
"paulseth-gitee-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"gitee-mcp"
]
}
}
} assistant mcp add paulseth-gitee-mcp-server -t stdio -c npx -a -y gitee-mcp
{
"mcpServers": {
"paulseth-gitee-mcp-server": {
"command": "npx",
"args": [
"-y",
"gitee-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +4
- Stability: unverified → 0.27 ▲ functional
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 57
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/gitee-mcp@0.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
create_issue ~80
在仓库新建 Issue(收需求/建任务)
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | – | 正文,可选 |
| labels | string | – | 逗号分隔标签,可选 |
| owner | string | yes | 仓库所有者 |
| repo | string | yes | 仓库名 |
| title | string | yes | 标题 |
No output schema declared.
No examples provided.
generate_changelog ~90
基于最近 commit 生成中文 CHANGELOG(Gitee 无原生 API,靠 commits 组合)
| Name | Type | Req | Description |
|---|---|---|---|
| max | number | – | 最多取多少条 commit,默认 50 |
| owner | string | yes | 仓库所有者 |
| repo | string | yes | 仓库名 |
| since_tag | string | – | 从此 tag/分支之后的 commit,可选 |
No output schema declared.
No examples provided.
get_repo_stats ~62
获取 Gitee 仓库统计:star/fork/watch 数、开放 issue 数
| Name | Type | Req | Description |
|---|---|---|---|
| owner | string | yes | 仓库所有者,如 jokerbhind |
| repo | string | yes | 仓库名,如 social-media-bot-cn-generic |
No output schema declared.
No examples provided.
list_issues ~71
列出仓库 Issue,支持按状态/标签过滤
| Name | Type | Req | Description |
|---|---|---|---|
| labels | string | – | 逗号分隔标签,可选 |
| owner | string | yes | 仓库所有者 |
| repo | string | yes | 仓库名 |
| state | string | – | 默认 open |
No output schema declared.
No examples provided.
list_stargazers ~65
列出给仓库点 star 的用户(需 PAT,无凭证走 mock)
| Name | Type | Req | Description |
|---|---|---|---|
| owner | string | yes | 仓库所有者 |
| page | number | – | 页码,默认 1 |
| repo | string | yes | 仓库名 |
No output schema declared.
No examples provided.
update_issue ~81
更新 Issue 状态或标签(自动打标签/关单)
| Name | Type | Req | Description |
|---|---|---|---|
| labels | string | – | 逗号分隔标签,可选 |
| number | number | yes | Issue 编号 |
| owner | string | yes | 仓库所有者 |
| repo | string | yes | 仓库名 |
| state | string | – | 目标状态 |
No output schema declared.
No examples provided.
What is the Gitee MCP Server server?
Gitee MCP Server is listed in the public MCP registry as io.github.PaulSeth/gitee-mcp-server. 让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API). This page covers its npm package (gitee-mcp).
Is the Gitee MCP Server server safe to use?
Gitee MCP Server scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Gitee MCP Server server expose?
Gitee MCP Server exposes 6 tools: get_repo_stats, list_stargazers, list_issues, create_issue, update_issue, generate_changelog. Their descriptions and schemas cost roughly 449 tokens of context every time the server is loaded.
Is the Gitee MCP Server server still maintained?
Gitee MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Gitee MCP Server server under?
Gitee MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.