To check out what\'s in the (production) database for blah.meteor.com I thought we would just do:
blah.meteor.com
meteor mongo --url http://blah.meteor.com/
Simplified version of nsmeta's informative answer for the speed scanners out there:
$ meteor mongo blah.meteor.com connecting to: ... > show collections stuff > db.stuff.find() {"_id" : "abcdedghiasdjlahf", stuff: "yeah!" }