File tree Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gitee MCP Server is a Model Context Protocol (MCP) server implementation for Git
20
20
![ comment_and_close_issue] ( ./docs/images/comment_and_close_issue.jpg )
21
21
details >
22
22
23
- ## Installation
23
+ ## Installation(This step can be skipped directly when starting npx)
24
24
25
25
### Prerequisites
26
26
@@ -54,10 +54,11 @@ Check mcp-gitee version:
54
54
mcp-gitee --version
55
55
```
56
56
57
- ### MCP Hosts Configuration
57
+ ## MCP Hosts Configuration
58
58
<div align =" center " >
59
59
<a href =" docs/install/claude.md " title =" Claude " ><img src =" docs/install/logos/Claude.png " width =80 height =80 >a >
60
60
<a href =" docs/install/cursor.md " title =" Cursor " ><img src =" docs/install/logos/Cursor.png " width =80 height =80 >a >
61
+ <a href =" docs/install/trae.md " title =" Windsurf " ><img src =" docs/install/logos/Trae.png " width =80 height =80 >a >
61
62
<a href =" docs/install/cline.md " title =" Cline " ><img src =" docs/install/logos/Cline.png " width =80 height =80 >a >
62
63
<a href =" docs/install/windsurf.md " title =" Windsurf " ><img src =" docs/install/logos/Windsurf.png " width =80 height =80 >a >
63
64
div >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gitee MCP 服务器是一个用于 Gitee 的模型上下文协议(Model Contex
20
20
![ comment_and_close_issue] ( ./docs/images/comment_and_close_issue.jpg )
21
21
details >
22
22
23
- ## 安装
23
+ ## 安装(npx 启动可直接跳过该步骤)
24
24
25
25
### 前提条件
26
26
@@ -54,11 +54,12 @@ Gitee MCP 服务器是一个用于 Gitee 的模型上下文协议(Model Contex
54
54
mcp-gitee --version
55
55
```
56
56
57
- ### MCP Hosts 配置
57
+ ## MCP Hosts 配置
58
58
59
59
<div align =" center " >
60
60
<a href =" docs/install/claude.md " title =" Claude " ><img src =" docs/install/logos/Claude.png " width =80 height =80 >a >
61
61
<a href =" docs/install/cursor.md " title =" Cursor " ><img src =" docs/install/logos/Cursor.png " width =80 height =80 >a >
62
+ <a href =" docs/install/trae.md " title =" Windsurf " ><img src =" docs/install/logos/Trae.png " width =80 height =80 >a >
62
63
<a href =" docs/install/cline.md " title =" Cline " ><img src =" docs/install/logos/Cline.png " width =80 height =80 >a >
63
64
<a href =" docs/install/windsurf.md " title =" Windsurf " ><img src =" docs/install/logos/Windsurf.png " width =80 height =80 >a >
64
65
div >
Original file line number Diff line number Diff line change
1
+ npx start:
2
+ ``` json
3
+ {
4
+ "mcpServers" : {
5
+ "gitee" : {
6
+ "command" : " npx" ,
7
+ "args" : [
8
+ " -y" ,
9
+ " @gitee/mcp-gitee@latest"
10
+ ],
11
+ "env" : {
12
+ "GITEE_API_BASE" : " https://gitee.com/api/v5" ,
13
+ "GITEE_ACCESS_TOKEN" : " "
14
+ }
15
+ }
16
+ }
17
+ }
18
+ ```
19
+
20
+ stdio mode:
21
+ ``` json
22
+ {
23
+ "mcpServers" : {
24
+ "gitee" : {
25
+ "command" : " mcp-gitee" ,
26
+ "env" : {
27
+ "GITEE_API_BASE" : " https://gitee.com/api/v5" ,
28
+ "GITEE_ACCESS_TOKEN" : " "
29
+ }
30
+ }
31
+ }
32
+ }
33
+ ```
You can’t perform that action at this time.
0 commit comments