Skip to main content
Glama

MongoDB Atlas MCP Server

Official
MIT License
506
11
  • Apple
  • Linux

get_atlas_connection_strings

Retrieve MongoDB Atlas cluster connection strings by specifying project ID and cluster name. Simplify access to database resources for your Atlas project.

Instructions

Retrieves connection strings for a cluster in an existing Atlas project.

Input Schema

NameRequiredDescriptionDefault
clusterNameYesThe name of the cluster.
projectIdYesThe ID of the Atlas project.

Input Schema (JSON Schema)

{ "properties": { "clusterName": { "description": "The name of the cluster.", "type": "string" }, "projectId": { "description": "The ID of the Atlas project.", "type": "string" } }, "required": [ "projectId", "clusterName" ], "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