Connection string :
To connect using the shell:
mongo ds031183.mongolab.com:31183/mara -u <dbuser> -p <dbpassword>
To connect using a driver via the standard URI (what's this?):
mongodb://<dbuser>:<dbpassword>@ds031183.mongolab.com:31183/mara
How to connection remote database in meteor ?