mongodb-mcp.md

MongoDB MCP

from"mongodb"
1.1k

MongoDB Community Server and Atlas database support

Databases
MongoDBNoSQLdatabasedocuments
install.sh
# Clone the repository
$git clone https://github.com/mongodb-js/mongodb-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve