Add Atlassian Rovo MCP addon#125
Merged
Merged
Conversation
- addons/rovo: MCPRemoteProxy fronting https://mcp.atlassian.com/v1/mcp via an embedded auth server using RFC 7591 Dynamic Client Registration against the Atlassian MCP server's OAuth metadata. No pre-provisioned Atlassian OAuth app required. - dev-reload.sh: build and load local toolhive operator, proxyrunner, and vmcp images and helm-upgrade the operator CRDs from a local toolhive checkout. - addons/aws-mcp: README note on NODE_TLS_REJECT_UNAUTHORIZED=0 for connecting Claude Code through Traefik's TLS cert. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Rovo addon's MCPExternalAuthConfig uses RFC 7591 Dynamic Client Registration via the new dcrConfig field, which only ships in the 0.26.x chart. 0.24.1 rejects the manifest with a strict-decoding error. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
danbarr
previously requested changes
May 8, 2026
Collaborator
danbarr
left a comment
There was a problem hiding this comment.
Thanks for this addition! I realized the only traefik.me->sslip.io changes are in docs/comments, the $TRAEFIK_HOSTNAME_BASE env var remains the correct one to use. Just need to deconflict the pinned operator version in the deploy script and this should be good to go!
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Merged in the sslip.io and namespace changes from main
danbarr
approved these changes
May 22, 2026
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
addons/rovoaddon:MCPRemoteProxyfrontinghttps://mcp.atlassian.com/v1/mcpwith an embedded auth server using RFC 7591 Dynamic Client Registration against the Atlassian MCP server's own OAuth metadata. No pre-provisioned Atlassian OAuth app, client ID, or client secret needed.dev-reload.shfor iterating on a local toolhive checkout — builds operator/proxyrunner/vmcp images, retags to match cluster image refs, kind-loads, restarts affected pods, and helm-upgrades the operator CRDs from the local chart.0.24.1→0.26.1to pick up thedcrConfigfield the addon depends on.addons/aws-mcp/README.mdaboutNODE_TLS_REJECT_UNAUTHORIZED=0for connecting Claude Code through Traefik's TLS cert.Test plan
./bootstrap.shbrings up a fresh demo cluster on the bumped operatorbash addons/rovo/deploy.shdeploys cleanly;MCPRemoteProxy/rovo-mcp-proxyreportsValid=Truehttps://rovo-mcp-<traefik-ip>.traefik.me/**)NODE_TLS_REJECT_UNAUTHORIZED=0 claudeagainsthttps://rovo-mcp-<traefik-ip>.traefik.me/mcpcompletes the OAuth flow through DCR + Atlassian SSObash addons/rovo/teardown.shremoves all rovo-namespaced resources🤖 Generated with Claude Code