mongodb-lens
MongoDB Lens is an MCP server that enhances interaction with MongoDB databases through natural language commands, leveraging LLMs for intelligent query processing and database management. It offers a variety of features for database analysis, schema management, and data security, making it a comprehensive tool for managing MongoDB instances.
What is MongoDB Lens?
MongoDB Lens is a local MCP server that allows users to interact with MongoDB databases using natural language queries.
How do I install MongoDB Lens?
MongoDB Lens can be installed using NPX, Docker, or by running Node.js from source.
Can MongoDB Lens perform destructive operations?
Yes, but it includes a confirmation system for potentially destructive operations to prevent accidental data loss.
Does MongoDB Lens support schema analysis?
Yes, MongoDB Lens can automatically infer and analyze collection schemas.
Is MongoDB Lens compatible with older MongoDB versions?
Yes, but you may need to use an older version of the MongoDB Node.js driver for compatibility.