Tools
Atlas CLI.
The Ultimate Developer Tool for Atlas.
Manage MongoDB Atlas, including Atlas Search and Vector Search, throughout the entire software development lifecycle with a unified command line interface.
Programmatically create and manage Atlas clusters locally and in the cloud, create Atlas Search and Vector Search indexes, and more. In other words, work smarter by letting your command line work harder.
Familiar terminal interface
If you’re a developer or DevOps professional, the terminal is your home turf. With the Atlas CLI you get a streamlined, mouseless experience to serve as your command-and-control center for Atlas.
Unified development experience
Use the Atlas CLI to manage Atlas, including Atlas Search and Vector Search, from your local environment all the way to the cloud.
Build with Docker
The Atlas CLI integrates with your Docker setup locally and in CI to provide a streamlined experience when managing local environments for development and testing.
Programmatic resource management
Use scripts to automate common tasks like setting up local development environments, creating new users and clusters, and managing indexes, network access, alerts ingestion, logs automation, and more.
Develop locally with Atlas
Create Atlas Database With Atlas CLI
xxxxxxxxxx
# Install the Atlas CLI with Homebrew
$ brew install mongodb-atlas
# Create your Atlas database
$ atlas deployments setup
Get Started With Atlas Search
xxxxxxxxxx
# Create an index to start using Atlas Search
$ atlas deployments search indexes create
Get Started With Vector Search
xxxxxxxxxx
# Create an index to start using Vector search
$ atlas deployments search indexes create
Create Atlas Database With Docker
xxxxxxxxxx
# Pulls a unified docker image and runs it locally with Atlas Search and Vector Search enabled
docker run --rm -p 30000:27017 mongodb/mongodb-atlas-local
# Connects to the local deployment with MongoDB Shell
mongosh "mongodb://localhost:30000?directConnection=true"
Chief Architect, Clarifruit
Get started with Atlas today
- 115+ regions worldwide
- Sample data sets
- Always-on authentication
- End-to-end encryption
- Command line tools