mongodb-mcp-server
158
The MongoDB MCP Server is a Model Context Protocol server facilitating interactions with MongoDB Databases and MongoDB Atlas. It supports a variety of database and Atlas management operations and can be configured using several methods. Key features include a comprehensive set of tools and a configurable read-only mode for data security.
What are the prerequisites for running the MongoDB MCP Server?
You need Node.js v20.10.0 or later and a MongoDB connection string or Atlas API credentials.
Can I run the MongoDB MCP Server in a Docker container?
Yes, the server can be run in a Docker container, providing isolation and eliminating the need for a local Node.js installation.
How can I configure the MongoDB MCP Server?
The server can be configured using command-line arguments, environment variables, or through a configuration file.