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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,7 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
358
358
|`exportCleanupIntervalMs`|`MDB_MCP_EXPORT_CLEANUP_INTERVAL_MS`|`120000`| Time in milliseconds between export cleanup cycles that remove expired export files. |
359
359
|`exportTimeoutMs`|`MDB_MCP_EXPORT_TIMEOUT_MS`|`300000`| Time in milliseconds after which an export is considered expired and eligible for cleanup. |
360
360
|`exportsPath`|`MDB_MCP_EXPORTS_PATH`| see below\*| Folder to store exported data files. |
361
+
|`httpHeaders`|`MDB_MCP_HTTP_HEADERS`|`"{}"`| Header that the HTTP server will validate when making requests (only used when transport is 'http'). |
361
362
|`httpHost`|`MDB_MCP_HTTP_HOST`|`"127.0.0.1"`| Host address to bind the HTTP server to (only used when transport is 'http'). |
362
363
|`httpPort`|`MDB_MCP_HTTP_PORT`|`3000`| Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port. |
363
364
|`idleTimeoutMs`|`MDB_MCP_IDLE_TIMEOUT_MS`|`600000`| Idle timeout for a client to disconnect (only applies to http transport). |
@@ -371,6 +372,8 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
371
372
|`readOnly`|`MDB_MCP_READ_ONLY`|`false`| When set to true, only allows read, connect, and metadata operation types, disabling create/update/delete operations. |
372
373
|`telemetry`|`MDB_MCP_TELEMETRY`|`"enabled"`| When set to disabled, disables telemetry collection. |
373
374
|`transport`|`MDB_MCP_TRANSPORT`|`"stdio"`| Either 'stdio' or 'http'. |
375
+
|`vectorSearchDimensions`|`MDB_MCP_VECTOR_SEARCH_DIMENSIONS`|`1024`| Default number of dimensions for vector search embeddings. |
376
+
|`vectorSearchSimilarityFunction`|`MDB_MCP_VECTOR_SEARCH_SIMILARITY_FUNCTION`|`"euclidean"`| Default similarity function for vector search: 'euclidean', 'cosine', or 'dotProduct'. |
374
377
|`voyageApiKey`|`MDB_MCP_VOYAGE_API_KEY`|`""`| API key for Voyage AI embeddings service (required for vector search operations with text-to-embedding conversion). |
0 commit comments