with one click
mongodb
Query MongoDB databases, collections, and documents
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Query MongoDB databases, collections, and documents
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | mongodb |
| description | Query MongoDB databases, collections, and documents |
| activation_keywords | ["mongodb","mongo","database","document","nosql"] |
| execution_mode | client |
Provides read-only MongoDB operations via local CLI:
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.