Query MongoDB databases, collections, and documents
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill mongodb --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mongodb?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-mongodb)More formats (shields.io, HTML) on the badges page.
---
name: mongodb
description: Query MongoDB databases, collections, and documents
activation_keywords: [mongodb, mongo, database, document, nosql]
execution_mode: client
---
# MongoDB Skill
Provides read-only MongoDB operations via local CLI:
- List databases and collections
- Find documents with filters
- Count documents
- Explain query execution plans
- Get collection stats and indexes
Use `builtin_mongodb` tool with fields:
- `operation`: one of "list_dbs", "list_collections", "find", "count", "explain", "stats", "indexes"
- `connection_string`: MongoDB connection string (default: "mongodb://localhost:27017")
- `database`: database name (required for list_collections/find/count/explain/stats/indexes)
- `collection`: collection name (required for find/count/explain/stats/indexes)
- `filter`: JSON filter document (for find, default: "{}")
- `limit`: max documents to return (default: 20)
- `sort`: JSON sort document (for find)
Note: Requires mongosh CLI installed.
All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration