21 Star 198 Fork 52

开源中国/mcp-gitee

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
smithery.yaml 664 Bytes
Copy Edit Raw Blame History
JJ-H authored 2025-04-29 18:15 +08:00 . feat: Update Dockerfile and add smithery.yaml
startCommand:
type: stdio
configSchema:
type: object
required:
- accessToken
properties:
accessToken:
type: string
description: Gitee Personal Access Token
apiBase:
type: string
default: https://gitee.com/api/v5
description: Gitee API Base URL
commandFunction:
|-
(config) => ({
command: '/app/mcp-gitee',
args: ['--transport', 'stdio'],
env: {
GITEE_ACCESS_TOKEN: config.accessToken,
GITEE_API_BASE: config.apiBase || 'https://gitee.com/api/v5'
}
})
exampleConfig:
accessToken: dummy-token
apiBase: https://gitee.com/api/v5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oschina/mcp-gitee.git
git@gitee.com:oschina/mcp-gitee.git
oschina
mcp-gitee
mcp-gitee
master

Search