Skip to main content
Glama

MongoDB Atlas MCP Server

Official
MIT License
506
11
  • Apple
  • Linux

create_atlas_user

Generate a new database user with atlasAdmin role for a MongoDB Atlas project by specifying project ID, username, and password.

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" }
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