add --allow-http flag

This commit is contained in:
kissrobber 2025-04-16 13:34:48 +09:00
parent 7a1bd95844
commit bfba5d6b4e
2 changed files with 13 additions and 1 deletions

View file

@ -87,6 +87,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)