Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ATLAS_PUBLIC_KEY | Yes | Your MongoDB Atlas public key | |
ATLAS_PRIVATE_KEY | Yes | Your MongoDB Atlas private key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_atlas_cluster | Creates a new Atlas cluster in an existing Atlas project. |
setup_atlas_network_access | Sets up network access for an existing Atlas project. Accepts list of IP addresses or CIDR blocks. |
create_atlas_user | Creates a new database user for an existing Atlas project. User will have atlasAdmin role. |
get_atlas_connection_strings | Retrieves connection strings for a cluster in an existing Atlas project. |
list_atlas_projects | Lists all Atlas projects that the API key has access to. |
list_atlas_clusters | Lists all clusters in an Atlas project. |