mongodb-mcp-setup
Walks through configuring the MongoDB MCP server authentication.
Setup & Installation
What This Skill Does
Walks through configuring the MongoDB MCP server authentication. Covers three setup paths: direct connection string, Atlas Service Account credentials, or Atlas Local with Docker. Handles shell profile edits, read-only mode, and IP access list setup without touching credentials directly.
Keeps credentials in a locked-down ~/.mcp-env file sourced from the shell profile instead of pasting secrets into chat or committing them to dotfiles.
When to use it
- Connecting an agent to an existing Atlas cluster via connection string
- Setting up Service Account credentials for Atlas Admin API access
- Running Atlas Local in Docker for offline development
- Switching an already-configured MCP server from read-write to read-only
- Adding a developer IP to the Service Account API Access List
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
