I'm looking for a tool that will provide a clean web interface to access a MongoDB database, and execute/build queries, modify, dump, etc. the data in the collections on the server. The biggest feature I could think of would be a clean way to view the data in the collection. Basically, I want to find a phpMyAdmin style tool that works with a MongoDB database.
I know I can just use the mongo shell, but it gets a bit clunky sometimes when dealing with larger documents, the formatting can become atrocious.