This skill should be used when user encounters "MongoDB connection failed", "authentication failed", "MongoDB MCP error", "connection string invalid", "authSource error", or needs help configuring MongoDB integration.
View on GitHubfcakyon/claude-codex-settings
mongodb-tools
January 15, 2026
Select agents to install to:
npx add-skill https://github.com/fcakyon/claude-codex-settings/blob/main/plugins/mongodb-tools/skills/setup/SKILL.md -a claude-code --skill setupInstallation paths:
.claude/skills/setup/# MongoDB Tools Setup Run `/mongodb-tools:setup` to configure MongoDB MCP. ## Quick Fixes - **Authentication failed** - Add `?authSource=admin` to connection string - **Invalid connection string** - Use `mongodb://` or `mongodb+srv://` prefix - **Network timeout** - Whitelist IP in Atlas Network Access ## Don't Need MongoDB? Disable via `/mcp` command to prevent errors.