A gRPC server interface wrapping MongoDB Shell (mongosh) for programmatic access to MongoDB operations via Node.js REPL. Current stable version 10.3.4, part of the mongosh ecosystem from MongoDB/Chequer. Ships TypeScript types and supports Node >=18.3.0. Differentiates by exposing the full mongosh API over gRPC, enabling remote MongoDB shell execution and scripting.
npm install qp-mongo-shell-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to start a gRPC MongoDB shell server with custom port and MongoDB URI, handling errors.
Update Node.js to LTS version 18 or later
Use import syntax or switch to dynamic import()
Use named import { MongoShellServer } instead of default importEnsure the port is free or implement retry logic
Run 'npm install qp-mongo-shell-server'
Use import { MongoShellServer } from 'qp-mongo-shell-server'Kill the process using port 50051 or specify a different port
No dependency data recorded yet.