add --allow-http flag

This commit is contained in:
kissrobber 2025-04-16 13:34:48 +09:00 committed by Glen Maddern
parent 0596122962
commit a2064502b9
2 changed files with 13 additions and 1 deletions

View file

@ -104,6 +104,16 @@ To bypass authentication, or to emit custom headers on all requests to your remo
]
```
* To allow HTTP connections in trusted private networks, add the `--allow-http` flag. Note: This should only be used in secure private networks where traffic cannot be intercepted.
```json
"args": [
"mcp-remote",
"http://internal-service.vpc/sse",
"--allow-http"
]
```
### Claude Desktop
[Official Docs](https://modelcontextprotocol.io/quickstart/user)