🍃

MongoDB

available

Query and manage MongoDB databases via Atlas Data API or mongosh — connect to MongoDB Atlas collections without heavy CLI tools.

data

What This Skill Does

Query and manage MongoDB databases via Atlas Data API or mongosh — connect to MongoDB Atlas collections without heavy CLI tools.

Capabilities

  • Atlas Data API — Query collections via REST without CLI setup
  • mongosh Fallback — Use the MongoDB shell for advanced operations
  • CRUD Operations — Create, read, update, and delete documents
  • Aggregation Pipelines — Run complex data transformations

How It Works

  1. Connect to your MongoDB Atlas cluster
  2. Write queries or describe the data operation
  3. The skill uses Atlas Data API or mongosh as needed
  4. Results are returned in structured JSON

Example Usage

"Find all users who signed up this month"
"Run an aggregation pipeline on orders"
"Update the status for documents matching this filter"