MongoDB settings for Windows Meteor

Hi,
Just getting started with Meteor, using the sample app on the website and wanted to inspect the database - what are the commands for navigating from ‘meteor mongo’ to view the tables and change fields or documents? Should I just use mongodb’s docs to answer these sorts of questions, or is it different? Also, I tried to use MongoVue to inspect the data, but couldn’t figure out how to connect to the server. I used 127.0.0.1 and the default port of 27017, and i never set a username or password on the database that meteor set up, but my connection is being refused. What are the default settings for the meteor mongodb and how can i view them?

Thanks!