Skip to content

Commit 1fc50ab

Browse files
review comments feedback
1 parent bb79b08 commit 1fc50ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ A Model Context Protocol server for interacting with MongoDB Databases and Mongo
2323
- [Command-Line Arguments](#command-line-arguments)
2424
- [MCP Client Configuration](#mcp-configuration-file-examples)
2525
- [Proxy Support](#proxy-support)
26+
- [🚀 Deploy on Public Clouds](#deploy-on-public-clouds)
27+
- [Azure Cloud](#azure)
2628
- [🤝 Contributing](#contributing)
2729

2830
<a name="getting-started"></a>
@@ -688,6 +690,15 @@ connecting to the Atlas API, your MongoDB Cluster, or any other external calls
688690
to third-party services like OID Providers. The behaviour is the same as what
689691
`mongosh` does, so the same settings will work in the MCP Server.
690692

693+
## 🚀Deploy on Public Clouds
694+
695+
You can deploy the MongoDB MCP Server to your preferred cloud provider using the deployment assets under `deploy/`. Each guide explains the prerequisites, configuration, and automation scripts that streamline the rollout.
696+
697+
### Azure
698+
699+
For detailed Azure instructions, see [deploy/azure/README.md](deploy/azure/README.md).
700+
701+
691702
## 🤝Contributing
692703

693704
Interested in contributing? Great! Please check our [Contributing Guide](CONTRIBUTING.md) for guidelines on code contributions, standards, adding new tools, and troubleshooting information.

0 commit comments

Comments
 (0)