Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng authored Jan 19, 2025
1 parent 4cad553 commit 8111acf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</a>



<h1 align="center">NextChat (ChatGPT Next Web)</h1>

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

</div>

## 🫣 NextChat Support MCP !
> Before build, please set env ENABLE_MCP=true
<img src="https://github.com/user-attachments/assets/d8851f40-4e36-4335-b1a4-ec1e11488c7e"/>


## Enterprise Edition

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

Customize Stability API url.


### `ENABLE_MCP` (optional)

Enable MCP(Model Context Protocol)Feature


## Requirements

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

If enable MCP, use:

```
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxx \
-e CODE=your-password \
-e ENABLE_MCP=true \
yidadaa/chatgpt-next-web
```

### Shell

```shell
Expand Down

0 comments on commit 8111acf

Please sign in to comment.