Skip to content

Commit 8111acf

Browse files
authored
Update README.md
1 parent 4cad553 commit 8111acf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</a>
66

77

8+
89
<h1 align="center">NextChat (ChatGPT Next Web)</h1>
910

1011
English / [简体中文](./README_CN.md)
@@ -39,6 +40,12 @@ One-Click to get a well-designed cross-platform ChatGPT web UI, with Claude, GPT
3940

4041
</div>
4142

43+
## 🫣 NextChat Support MCP !
44+
> Before build, please set env ENABLE_MCP=true
45+
46+
<img src="https://github.com/user-attachments/assets/d8851f40-4e36-4335-b1a4-ec1e11488c7e"/>
47+
48+
4249
## Enterprise Edition
4350

4451
Meeting Your Company's Privatization and Customization Deployment Requirements:
@@ -333,6 +340,12 @@ Stability API key.
333340

334341
Customize Stability API url.
335342

343+
344+
### `ENABLE_MCP` (optional)
345+
346+
Enable MCP(Model Context Protocol)Feature
347+
348+
336349
## Requirements
337350

338351
NodeJS >= 18, Docker >= 20
@@ -391,6 +404,16 @@ If your proxy needs password, use:
391404
-e PROXY_URL="http://127.0.0.1:7890 user pass"
392405
```
393406

407+
If enable MCP, use:
408+
409+
```
410+
docker run -d -p 3000:3000 \
411+
-e OPENAI_API_KEY=sk-xxxx \
412+
-e CODE=your-password \
413+
-e ENABLE_MCP=true \
414+
yidadaa/chatgpt-next-web
415+
```
416+
394417
### Shell
395418

396419
```shell

0 commit comments

Comments
 (0)