Mongodb Atlas
Connects to and queries MongoDB Atlas databases using provided credentials and specified collections.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mongodb-atlas npx -- -y @trustedskills/mongodb-atlas
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mongodb-atlas": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mongodb-atlas"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to and interaction with MongoDB Atlas, a fully managed cloud database service. It allows you to query data, manage databases, and perform administrative tasks within your Atlas deployment directly through AI agent prompts. The skill streamlines database operations by abstracting away complex commands and providing a conversational interface.
When to use it
- Data Analysis: Quickly extract insights from your MongoDB Atlas data without needing to write complex queries manually.
- Database Administration: Perform common administrative tasks like creating indexes or managing users through natural language instructions.
- Application Development: Integrate database interactions into automated workflows for application development and deployment.
- Troubleshooting: Investigate and resolve database issues by querying logs and performance metrics via the AI agent.
Key capabilities
- Query data within MongoDB Atlas databases
- Manage database indexes
- Perform administrative tasks related to your Atlas deployment
- Interact with your Atlas environment conversationally
Example prompts
- "Show me all orders placed in the last week from my MongoDB Atlas database."
- "Create an index on the 'email' field in the 'users' collection in my Atlas cluster."
- "What is the current status of my MongoDB Atlas backups?"
Tips & gotchas
- Requires appropriate credentials and permissions to access your MongoDB Atlas account.
- The skill’s effectiveness depends on clear and specific prompts; vague requests may yield unexpected results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.