MongoDB MCP Server Setup This skill guides users through configuring the MongoDB MCP server for use with an agentic client. Overview The MongoDB MCP server requires authentication. Users have three options: 1. Connection String (Option A): Direct connection to a specific cluster - Quick setup for single cluster - Requires environment variable 2. Service Account Credentials (Option B): MongoDB Atlas Admin API access - Recommended for Atlas users - simplifies authentication and data access - Access to Atlas Admin API and dynamic cluster connection via - No manual DB user credential management -…