mongodb-mcp

laroccacharly/mongodb-mcp

3.1

If you are the rightful owner of mongodb-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server to interact with MongoDB.

mongodb-mcp

MCP server to interact with MongoDB.

Installation

  1. Run MongoDB container
docker run -d -p 27017:27017 --name mongodb mongo:latest
  1. Install MCP server
uv tool install -e . 

Usage

Command line tool to interact with MCP server.

mongodb-mcp