atlas-cli

Automate MongoDB Atlas infrastructure management via the atlas CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Zero2oneZ/GentlyOS-Rusted-Metal --skill atlas-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas-cli
Source: https://github.com/Zero2oneZ/GentlyOS-Rusted-Metal/tree/main/sandbox/skills/atlas-cli
Command: npx skills add https://github.com/Zero2oneZ/GentlyOS-Rusted-Metal --skill atlas-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables database administrators and developers to manage MongoDB Atlas infrastructure efficiently from the command line, reducing manual setup and misconfigurations.

Core Features & Use Cases

  • Atlas authentication and session management with atlas auth login and whoami.
  • Cluster, user, and network access management via atlas clusters, dbusers, and accessLists.
  • Projects and configuration synchronization to maintain consistent environments across development, staging, and production.

Quick Start

Authenticate with atlas auth login and begin managing Atlas resources with atlas commands.

Frequently Asked Questions about atlas-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate MongoDB Atlas infrastructure management across different environments?

You can manage MongoDB Atlas infrastructure by authenticating with `atlas auth login` and then using atlas commands to configure clusters, network access, and user permissions across different environments.

How do I manage cluster configurations and network access lists for MongoDB Atlas?

MongoDB Atlas cluster configurations and network access lists are managed using the `atlas clusters` and `atlas accessLists` commands, enabling you to define and synchronize infrastructure settings directly from the command line.

Can I synchronize database user permissions across development, staging, and production in MongoDB Atlas?

Yes, you can synchronize database user permissions across environments using the `atlas dbusers` command, ensuring consistent user access controls and configurations throughout your development, staging, and production deployments.

What is the best way to authenticate and manage sessions for MongoDB Atlas CLI operations?

The best way to authenticate for MongoDB Atlas CLI operations is using `atlas auth login`, which establishes your session, while `atlas auth whoami` verifies your current authenticated identity for subsequent infrastructure tasks.

Does managing MongoDB Atlas via the CLI require specific project configurations?

Managing MongoDB Atlas via the CLI involves project configurations to maintain consistent environments, allowing administrators and engineers to synchronize settings and apply required CLI integrations for auditable infrastructure changes.