Skip to main content
Glama

MongoDB Atlas MCP Server

Official
MIT License
172
11
  • Apple
  • Linux

create_atlas_user

Create a new database user with admin privileges for a MongoDB Atlas project. Specify project ID, username, and password to manage access roles effectively.

Instructions

Creates a new database user for an existing Atlas project. User will have atlasAdmin role.

Input Schema

NameRequiredDescriptionDefault
passwordYesThe password for the database user.
projectIdYesThe ID of the Atlas project.
rolesNoAn array of roles for the user. Default is [atlasAdmin].
usernameYesThe username for the database user.

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "The password for the database user.", "type": "string" }, "projectId": { "description": "The ID of the Atlas project.", "type": "string" }, "roles": { "description": "An array of roles for the user. Default is [atlasAdmin].", "items": { "type": "string" }, "type": "array" }, "username": { "description": "The username for the database user.", "type": "string" } }, "required": [ "projectId", "username", "password" ], "type": "object" }

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