From 94dd2a9765cbebcf0d9eeff841b8fac856e9f345 Mon Sep 17 00:00:00 2001 From: Kyle W Lai Date: Wed, 22 Oct 2025 13:59:19 -0400 Subject: [PATCH] Update readme for PA tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 566c8e5d2..152f34120 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ npx -y mongodb-mcp-server@latest --transport http --httpHost=0.0.0.0 --httpPort= - `atlas-list-db-users` - List MongoDB Atlas database users - `atlas-create-db-user` - Creates a MongoDB Atlas database user - `atlas-list-alerts` - List MongoDB Atlas Alerts for a Project +- `atlas-get-performance-advisor` - Gets Atlas Performance Advisor recommendations (index suggestions, drop index suggestions, schema suggestions, slow query logs) NOTE: atlas tools are only available when you set credentials on [configuration](#configuration) section.