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
Installs
2
GitHub Stars
1
First Seen
Feb 28, 2026
mongodb-authentication — pluginagentmarketplace/custom-plugin-mongodb