mongodb-authentication

Installation
SKILL.md

MongoDB Authentication

Secure your MongoDB with proper authentication.

Quick Start

Enable Authentication

# Start MongoDB with authentication
mongod --auth --dbpath /data/db

# Or in config file (mongod.conf)
security:
  authorization: enabled

Create Admin User

// Connect to local server without auth first
Related skills

More from pluginagentmarketplace/custom-plugin-mongodb

Installs
2
GitHub Stars
1
First Seen
Feb 28, 2026