mongodb-mcp.md

MongoDB MCP

from"mongodb"
1.1k

MongoDB database operations and queries

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