Returns and manages Remote MCP configurations for organizations and projects.
The atlas api sub-command is automatically generated from the MongoDB Atlas Admin API and offers full coverage of the Admin API. Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
Options
Name | Type | Required | Description |
|---|---|---|---|
-h, --help | false | help for remoteMcpConfigurations |
Inherited Options
Name | Type | Required | Description |
|---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. |
Related Commands
atlas api remoteMcpConfigurations createGroupMcpConfig - Creates an MCP configuration for the specified project.
atlas api remoteMcpConfigurations createGroupMcpSecret - Creates a new secret on the ingress service account of the specified project-level MCP configuration.
atlas api remoteMcpConfigurations createOrgMcpConfig - Creates an MCP configuration for the specified organization.
atlas api remoteMcpConfigurations createOrgMcpSecret - Creates a new secret on the ingress service account of the specified organization-level MCP configuration.
atlas api remoteMcpConfigurations deleteGroupMcpConfig - Deletes the MCP configuration with the specified ID for the specified project.
atlas api remoteMcpConfigurations deleteGroupMcpSecret - Deletes the specified secret from the ingress service account of the specified project-level MCP configuration.
atlas api remoteMcpConfigurations deleteOrgMcpConfig - Deletes the MCP configuration with the specified ID for the specified organization.
atlas api remoteMcpConfigurations deleteOrgMcpSecret - Deletes the specified secret from the ingress service account of the specified organization-level MCP configuration.
atlas api remoteMcpConfigurations getGroupMcpConfig - Returns the MCP configuration with the specified ID for the specified project.
atlas api remoteMcpConfigurations getGroupMcpSecret - Returns metadata for the specified secret on the ingress service account of a project-level MCP configuration.
atlas api remoteMcpConfigurations getOrgMcpConfig - Returns the MCP configuration with the specified ID for the specified organization.
atlas api remoteMcpConfigurations getOrgMcpSecret - Returns metadata for the specified secret on the ingress service account of an organization-level MCP configuration.
atlas api remoteMcpConfigurations listGroupMcpConfigs - Returns all MCP configurations associated with the specified project.
atlas api remoteMcpConfigurations listGroupMcpSecrets - Returns metadata for all secrets on the ingress service account of the specified project-level MCP configuration.
atlas api remoteMcpConfigurations listOrgMcpConfigs - Returns all MCP configurations associated with the specified organization.
atlas api remoteMcpConfigurations listOrgMcpSecrets - Returns metadata for all secrets on the ingress service account of the specified organization-level MCP configuration.
atlas api remoteMcpConfigurations updateGroupMcpConfig - Updates the specified MCP configuration for the project.
atlas api remoteMcpConfigurations updateOrgMcpConfig - Updates the specified MCP configuration for the organization.