Within a session of MM you can store a certain view as Home position:
Hover over the ViewCube and expand the cube's option menu (dropdown arrow at bottom-right) and use SetCurrentViewAsHome. Now hitting the cube's Home button (house at top-left) will move the cam to that position.
You can also do SetCurrentViewAsFront. This rotates all the standard views (top, bottom, left....) along.
Unfortunately these settings are not saved if you write a .mix file (or do some export). So they get lost loading that scene in a new session.
The only way to save certain views permanently is to use mmApi to query certain cam positions and save these parameters to a text file or .csv table using a external script.
Here I showed how to query the cam and how to reconstruct a certain view in a Python script (note: You need to use MM in perspective mode - in orthographic mode the zoom in/out will not be restored).