general MCP Server
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y mongodb-mcp-server@latest --readOnly
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mongodb-mcp-server": {
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server@latest",
"--readOnly"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port.
When set to true, only allows read, connect, and metadata operation types, disabling create/update/delete operations.
Idle timeout for a client to disconnect (only applies to http transport).
Maximum size of the HTTP request body in bytes (only used when transport is 'http'). This value is passed as the optional limit parameter to the Express.js json() middleware.
Time in milliseconds after which an export is considered expired and eligible for cleanup.
Notification timeout for a client to be aware of disconnect (only applies to http transport).
The maximum size in bytes for results from a find or aggregate tool call. This serves as an upper bound for the responseBytesLimit parameter in those tools.
Description
Time in milliseconds that temporary database users created when connecting to MongoDB Atlas clusters will remain active before being automatically deleted.
Time in milliseconds between export cleanup cycles that remove expired export files.
The maximum number of documents that can be returned by a find or aggregate tool call. For the find tool, the effective limit will be the smaller of this value and the tool's limit parameter.
Detect and exploit NoSQL injection vulnerabilities in MongoDB, CouchDB, and other NoSQL databases to demonstrate authentication bypass, data extraction, and unauthorized access risks.
Azure.ResourceManager.MongoDBAtlas SDK workflow skill. Use this skill when the user needs Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
Learn how to use the exploiting-nosql-injection-vulnerabilities Claude skill. Complete guide with installation instructions and examples.
Learn how to use the azure-mgmt-mongodbatlas-dotnet-v2 Claude skill. Complete guide with installation instructions and examples.