Skip to content

Commit 32f4fb5

Browse files
committed
docs: Add installation guides for MCP hosts
Added installation guides for Claude, Cline, Cursor, and Windsurf in both English and Chinese README files.
1 parent cd16517 commit 32f4fb5

File tree

13 files changed

+66
-2
lines changed

13 files changed

+66
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ mcp-gitee --version
5555
```
5656

5757
### MCP Hosts Configuration
58-
For example, taking Windsurf and Cursor as an example, Claude Desktop, Cline, Roocode are analogous.
58+
<div style="display: flex; justify-content: center; gap: 15px;">
59+
<a href="docs/install/claude.md"><img src="docs/install/logos/Claude.jpg" style="border-radius: 0px" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
60+
<a href="docs/install/cursor.md"><img src="docs/install/logos/Cursor.jpg" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
61+
<a href="docs/install/cline.md"><img src="docs/install/logos/Cline.png" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
62+
<a href="docs/install/windsurf.md"><img src="docs/install/logos/Windsurf.jpg" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
63+
div>
5964

6065
**Cursor**:
6166

README_CN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ mcp-gitee --version
5656

5757
### MCP Hosts 配置
5858

59-
例如,以 Windsurf、Cursor 为例,Claude Desktop、Cline、RooCode 都是类似的。
59+
<div style="display: flex; justify-content: center; gap: 15px;">
60+
<a href="docs/install/claude.md"><img src="docs/install/logos/Claude.jpg" style="border-radius: 0px" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
61+
<a href="docs/install/cursor.md"><img src="docs/install/logos/Cursor.jpg" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
62+
<a href="docs/install/cline.md"><img src="docs/install/logos/Cline.png" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
63+
<a href="docs/install/windsurf.md"><img src="docs/install/logos/Windsurf.jpg" width=80 height=80 alt="Smart Clipboard Logo" width="200" href="docs/">a>
64+
div>
6065

6166
**Cursor**:
6267

docs/install/claude.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
stdio mode:
2+
```json
3+
{
4+
"mcpServers": {
5+
"gitee": {
6+
"command": "mcp-gitee",
7+
"env": {
8+
"GITEE_API_BASE": "https://gitee.com/api/v5",
9+
"GITEE_ACCESS_TOKEN": ""
10+
}
11+
}
12+
}
13+
}
14+
```

docs/install/cline.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
stdio mode:
2+
```json
3+
{
4+
"mcpServers": {
5+
"gitee": {
6+
"command": "mcp-gitee",
7+
"env": {
8+
"GITEE_API_BASE": "https://gitee.com/api/v5",
9+
"GITEE_ACCESS_TOKEN": ""
10+
}
11+
}
12+
}
13+
}
14+
```

docs/install/cursor.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
stdio mode
2+
```bash
3+
mcp-gitee -token <Your Personal Access Token>
4+
```
5+
![stdio](./images/cursor_stdio.png)
6+
7+
sse mode
8+
```bash
9+
mcp-gitee -transport sse -token <Your Personal Access Token>
10+
```
11+
![sse](./images/cursor_sse.png)

docs/install/images/cursor_sse.png

193 KB
Loading

docs/install/images/cursor_stdio.png

192 KB
Loading
268 KB
Loading

docs/install/logos/Claude.jpg

53.2 KB
Loading

docs/install/logos/Cline.png

4.93 KB
Loading

docs/install/logos/Cursor.jpg

19 KB
Loading

docs/install/logos/Windsurf.jpg

7.21 KB
Loading

docs/install/windsurf.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
stdio mode:
2+
```json
3+
{
4+
"mcpServers": {
5+
"gitee": {
6+
"command": "mcp-gitee",
7+
"env": {
8+
"GITEE_API_BASE": "https://gitee.com/api/v5",
9+
"GITEE_ACCESS_TOKEN": ""
10+
}
11+
}
12+
}
13+
}
14+
```
15+
![stdio](./images/windsurf_stdio.png)

0 commit comments

Comments
 (0)