Mongodb

🌐Community
by mrgoonie · vlatest · Repository

Queries MongoDB databases using natural language; retrieves, inserts, updates, and deletes data efficiently.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mrgoonie-mongodb npx -- -y @trustedskills/mrgoonie-mongodb
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mrgoonie-mongodb": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mrgoonie-mongodb"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manage MongoDB databases. It enables querying data, inserting new documents, updating existing records, and deleting entries based on specified criteria. The agent can also retrieve database statistics and perform basic administrative tasks related to a MongoDB instance.

When to use it

  • Data Extraction: Retrieve specific information from a product catalog stored in a MongoDB database for reporting or analysis.
  • Content Management: Update the status of articles (e.g., "draft," "published") within a content management system using a MongoDB backend.
  • Inventory Tracking: Add new items to an inventory list, update quantities, and remove obsolete products from a MongoDB database.
  • User Profile Updates: Modify user profile information such as email addresses or preferences stored in a MongoDB collection.

Key capabilities

  • Querying data based on specified criteria
  • Inserting new documents into collections
  • Updating existing records within collections
  • Deleting documents from collections
  • Retrieving database statistics

Example prompts

  • "Find all customers who live in California."
  • "Add a new product with name 'Widget' and price 19.99 to the products collection."
  • "Update the email address for user 'john.doe' to [email protected]."

Tips & gotchas

  • Requires access credentials (username, password) to connect to the MongoDB database.
  • The skill is designed for basic operations; complex data transformations or advanced administrative tasks may require custom scripting.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
mrgoonie
Installs
2

🌐 Community

Passed automated security scans.