I’m trying to connect to my MCP server using streamable-http transport with HTTPS.
Current setup in mcp.json:
"streamable-https": {
"url": "http://localhost:9000/mcp",
"headers": {
"PAT": "sequre_token"
}
},
The server uses a self-signed certificate for HTTPS. Is there any way to make Cursor trust this certificate? (Similar to curl’s -k option)
Thank you!