Mongodb
Connects to MongoDB databases, executes queries, and retrieves data via a command-line interface.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chaterm-mongodb npx -- -y @trustedskills/chaterm-mongodb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chaterm-mongodb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chaterm-mongodb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to MongoDB, a popular NoSQL database. It allows AI agents to interact with and manage data stored in MongoDB databases directly from the terminal. The agent can execute commands to query, insert, update, and delete documents within collections.
When to use it
- Data Analysis: Retrieve specific information from a MongoDB database for reporting or further analysis.
- Content Management: Update product descriptions or other content stored in a MongoDB-powered CMS.
- Application Backends: Interact with data used by web applications that rely on MongoDB as their primary database.
- Database Administration: Perform basic administrative tasks like checking database status or creating indexes (requires appropriate permissions).
Key capabilities
- MongoDB interaction via terminal commands
- Querying documents within collections
- Inserting new documents into collections
- Updating existing documents in collections
- Deleting documents from collections
Example prompts
- "Show me all users with age greater than 30."
- "Add a new product to the products collection with name 'Widget' and price 19.99."
- “Update the quantity of item ID 123 in the inventory collection to 5.”
Tips & gotchas
- Requires a running MongoDB instance and appropriate connection credentials.
- Familiarity with basic MongoDB query language (e.g., JSON-like syntax) is helpful for constructing effective prompts.
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.