69
/ 100
9 days ago
glama

Mongo-MCP

Enables LLMs to interact with MongoDB databases through a complete suite of CRUD operations, administrative tasks, and index management tools. It supports database and collection handling, aggregation pipelines, and comprehensive server monitoring via the Model Context Protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMONGODB_URI"": "mongodb://localhost:27017",
configMONGODB_DEFAULT_DB"": "your_database_name",
configMONGODB_MIN_POOL_SIZEMinimum connection pool size (default: 0)
configMONGODB_MAX_POOL_SIZEMaximum connection pool size (default: 100)
configMONGODB_MAX_IDLE_TIME_MSMaximum idle time in milliseconds (default: 30000)
configMONGODB_SERVER_SELECTION_TIMEOUT_MSServer selection timeout (default: 30000)
configMONGODB_SOCKET_TIMEOUT_MSSocket timeout (default: 0 - no timeout)
configMONGODB_CONNECT_TIMEOUT_MSConnection timeout (default: 20000)
configMONGODB_MAX_DOCUMENTS_LIMIT
configMONGODB_DEFAULT_BATCH_SIZE
configMONGODB_TLS_ENABLEDEnable TLS connection (default: false)
configMONGODB_TLS_CA_FILE
configMONGODB_TLS_CERT_FILE
configMONGODB_TLS_KEY_FILE
configMONGODB_AUTH_SOURCEAuthentication source (default: admin)
configMONGODB_AUTH_MECHANISMAuthentication mechanism (SCRAM-SHA-1, SCRAM-SHA-256, etc.)
configMONGODB_READ_PREFERENCERead preference (default: primary)
configMONGODB_WRITE_CONCERN_WWrite concern (default: 1)
configMONGODB_WRITE_CONCERN_J
configMONGODB_READ_CONCERN_LEVELRead concern level (default: local)
configLOG_LEVEL"": "INFO"
configLOG_MAX_FILE_SIZEMaximum log file size in bytes (default: 10MB)
configLOG_BACKUP_COUNTNumber of backup log files (default: 5)
configENABLE_DANGEROUS_OPERATIONSEnable potentially dangerous operations (default: false)
configENABLE_ADMIN_OPERATIONSEnable administrative operations (default: true)
configENABLE_INDEX_OPERATIONSEnable index operations (default: true)
configMCP_ENV
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/441126098-mongo-mcp-1nar6u)](https://m8ven.ai/mcp/441126098-mongo-mcp-1nar6u)
commit: 3df86fe62f5d8cd61d98926181c7ba0f7f85e75e
code hash: fa0442c2a44e3e1cb58e44aeebf2e1919e295ede7eec45f2ba0654bc3176a039
verified: 6/17/2026, 12:22:30 PM
view raw JSON →