Back to skills

mongodb-search-and-ai

data

Helps MongoDB users pick between Atlas Search, Vector Search, and Hybrid Search, then build the indexes and aggregation pipelines to match. Covers schema inspection, version checks for $rankFusion/$sc

Setup & Installation

npx skills add https://github.com/mongodb/mongodb-search-and-ai --skill mongodb-search-and-ai
or paste the link and ask your coding assistant to install it
https://github.com/mongodb/mongodb-search-and-ai
View on GitHub

What This Skill Does

Helps MongoDB users pick between Atlas Search, Vector Search, and Hybrid Search, then build the indexes and aggregation pipelines to match. Covers schema inspection, version checks for $rankFusion/$scoreFusion, and query refinement through the MongoDB MCP server. Routes you to the correct search type and index shape based on your actual schema and cluster version, instead of guessing between $regex, $text, Atlas Search, and Vector Search on your own.

When to use it

  • Working with mongodb search and ai functionality
  • Implementing mongodb search and ai features
  • Debugging mongodb search and ai related issues