MongoDB Lens

by furey
Verified
{ "name": "mongodb-lens", "version": "8.0.1", "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", "start:gc": "node --expose-gc mongodb-lens.js", "start:debug": "node --inspect mongodb-lens.js", "start:verbose": "cross-env LOG_LEVEL=verbose node mongodb-lens.js", "start:inspector": "npx -y @modelcontextprotocol/inspector node mongodb-lens", "docker:hub:run": "docker run --rm -i --network=host --pull always furey/mongodb-lens", "docker:local:build": "docker build -t mongodb-lens .", "docker:local:run": "docker run --rm -i --network=host mongodb-lens", "config:create": "node config-create.js" }, "keywords": [ "ai", "llm", "mcp", "claude", "mongodb", "database", "model-context-protocol" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.1.0", "cross-env": "^7.0.3", "lodash": "^4.17.21", "mongodb": "^3.7.4", "strip-json-comments": "^5.0.1", "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" } }