by patw
A simplified version of a MongoDB MCP server for the sample_mflix movies database
by franciscorojas27
This repository implements an MCP (Model Context Protocol) server that connects to a MongoDB database and exposes operations for managing databases, collections, documents, indexes, and bulk operations. It uses Node.js, TypeScript, and the MCP SDK, enabling integration and manipulation of MongoDB data through registered tools on the server.
A simple MCP server tool for calculating approximate sizing for dedicated search nodes on MongoDB Atlas
by Nisarg-Shah2302
MCP Server with MongoDB Database. Helps to create database manipulation through prompts like add products with specific details, place an order for a specific user or get the list of all orders placed in last 2 days.
MCP server for querying the sample movies dataset on MongoDB Atlas