docs: Adds documentation for mongodb-atlas-mcp-remote MCP-541#1320
Open
maastha wants to merge 10 commits into
Open
docs: Adds documentation for mongodb-atlas-mcp-remote MCP-541#1320maastha wants to merge 10 commits into
maastha wants to merge 10 commits into
Conversation
- Expand the wrapper package README with overview, how-it-works, prerequisites, installation, configuration (env vars), usage, and proxy/CA support - Reference the wrapper from the main repo README (Option 8) - Document the monorepo layout and the new package in CONTRIBUTING.md
- Rewrite the package README with an end-user-facing description (from the scope doc), drop How-it-works/proxy/WIP sections, fix Node floor to v20.19.0 - Add client-specific config examples (Claude Code, Cursor, Codex) from MCP-561 - Trim the main README reference to a simple pointer to the package - Revert the CONTRIBUTING.md changes (wrapper CONTRIBUTING deferred to a follow-up once the release workflow lands)
maastha
marked this pull request as ready for review
July 3, 2026 20:25
Contributor
There was a problem hiding this comment.
Pull request overview
Adds end-user documentation for the mongodb-atlas-mcp-remote wrapper package (a local bridge for MCP clients to connect to the hosted MongoDB Atlas Remote MCP server using Atlas service account credentials), and links to it from the repo’s main README.
Changes:
- Added “Option 8: Connect to the Remote MCP Server” to the root README with pointers to the wrapper package docs.
- Reworked
packages/mongodb-atlas-mcp-remote/README.mdinto a user-facing guide with prerequisites, required env vars, and client configuration examples (Claude Code, Cursor, Codex). - Added a Contributing pointer section to the wrapper README.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| README.md | Adds a new “Option 8” entry pointing users to the remote wrapper package docs. |
| packages/mongodb-atlas-mcp-remote/README.md | Adds detailed usage documentation, env var configuration, and client-specific setup examples for the wrapper. |
manupedrozo
reviewed
Jul 6, 2026
gagik
approved these changes
Jul 6, 2026
gagik
reviewed
Jul 6, 2026
|
|
||
| For more information about configuring OpenCode as an MCP client, including the expected syntax and options, see the [OpenCode MCP servers documentation](https://opencode.ai/docs/mcp-servers/). | ||
|
|
||
| #### Option 8: Connect to the Remote MCP Server |
Collaborator
There was a problem hiding this comment.
should we mention this already? since it's not out yet it could be confusing to have this here.
manupedrozo
approved these changes
Jul 8, 2026
Co-authored-by: Manuel Pedrozo <19614462+manupedrozo@users.noreply.github.com>
Co-authored-by: Manuel Pedrozo <19614462+manupedrozo@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation for the
mongodb-atlas-mcp-remotewrapper package, per MCP-541.The wrapper is a lightweight local bridge that lets MCP clients (Claude Code, Cursor, Codex) connect to the hosted MongoDB Atlas Remote MCP server using Atlas service account credentials, until those clients support the flow natively.