Gitee MCP Server for Zed
io.github.paulseth/gitee-mcp-server
让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API)
client:Zed
transport:stdio
runtime:npm
Install Gitee MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitee-mcp-server": {
"command": "npx",
"args": [
"-y",
"gitee-mcp"
],
"env": {
"GITEE_ACCESS_TOKEN": "<GITEE_ACCESS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs