I'm running a project locally (localhost:3000) and want to use a tool that let me browse my mongodb database. I tried many of them (mongoview, razorsql, database master, mongoexplorer) and they all seems to be unable to connect to my mongodb database created by meteor locally.
I tried with localhost , 127.0.0.1 , my ip address and with the ports 27017 and 3000 (no username, database name or password) and they all fail to connect. Am I missing something?