Skip to main content
Glama

MongoDB Atlas MCP Server

Official
MIT License
506
11
  • Apple
  • Linux

setup_atlas_network_access

Configures network access for a MongoDB Atlas project by specifying IP addresses or CIDR blocks, enabling secure cluster connectivity.

Instructions

Sets up network access for an existing Atlas project. Accepts list of IP addresses or CIDR blocks.

Input Schema

NameRequiredDescriptionDefault
ipAddressesYesAn array of IP addresses or CIDR blocks for network access.
projectIdYesThe ID of the Atlas project.

Input Schema (JSON Schema)

{ "properties": { "ipAddresses": { "description": "An array of IP addresses or CIDR blocks for network access.", "items": { "type": "string" }, "type": "array" }, "projectId": { "description": "The ID of the Atlas project.", "type": "string" } }, "required": [ "projectId", "ipAddresses" ], "type": "object" }
Install Server

Other Tools from MongoDB Atlas MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mongodb-developer/mcp-mongodb-atlas'

If you have feedback or need assistance with the MCP directory API, please join our Discord server