mongosh is MongoDB's modern shell (the old mongo shell is deprecated). The connection string bundles the protocol, host, port, and database in one argument. Inside, you type JavaScript-style commands like db.users.find().
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.