You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
A Model Context Protocol server for interacting with MongoDB Databases and MongoDB Atlas.
8
8
9
+
> **⚠️ Security Notice:** This server now supports Streamable HTTP transport for remote connections. **HTTP transport is NOT recommended for production use without implementing proper authentication and security measures.** See [Configuration](#configuration) for details.
10
+
9
11
## 📚 Table of Contents
10
12
11
13
-[🚀 Getting Started](#getting-started)
@@ -359,6 +361,23 @@ You can disable telemetry using:
The server supports Streamable HTTP transport for remote connections. **⚠️ Security Warning:** HTTP transport is NOT recommended for production use without implementing proper authentication and security measures.
367
+
368
+
**Required Security Measures:**
369
+
- Implement authentication (e.g., API gateway, reverse proxy)
0 commit comments