MongoDB Lens

{ "name": "mongodb-lens", "version": "4.1.5", "author": "James Furey (https://about.me/jamesfurey)", "description": "MongoDB Lens: Full Featured MCP Server for MongoDB Databases", "license": "MIT", "type": "module", "main": "mongodb-lens.js", "bin": { "mongodb-lens": "mongodb-lens.js" }, "files": [ "mongodb-lens.js", "package.json", "README.md", "LICENSE" ], "scripts": { "start": "node mongodb-lens.js", "docker:build": "docker build -t mongodb-lens ." }, "keywords": [ "ai", "claude", "database", "llm", "mcp", "model-context-protocol", "mongodb" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "mongodb": "^3.7.4", "zod": "^3.24.2" }, "volta": { "node": "22.14.0" }, "repository": { "type": "git", "url": "git+https://github.com/furey/mongodb-lens.git" }, "engines": { "node": ">=22.0.0" } }