32 Star 310 Fork 86

开源中国/mcp-gitee

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
smithery.yaml 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
JJ-H 提交于 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

搜索帮助