Skip to content

docs: add mcpproxy-rest-auth volume to Docker run commands#22

Merged
BillJr99 merged 1 commit into
mainfrom
claude/rest-oauth-mcp-5j57tq
Jun 9, 2026
Merged

docs: add mcpproxy-rest-auth volume to Docker run commands#22
BillJr99 merged 1 commit into
mainfrom
claude/rest-oauth-mcp-5j57tq

Conversation

@BillJr99

@BillJr99 BillJr99 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Persist OAuth tokens for REST authorization_code providers across container restarts by mounting the .rest-auth cache, matching the docker-compose volume. Added to both the persistent-caches and home-directory run examples with a short explanatory note.

https://claude.ai/code/session_01L9uGbkXi2RwUmBQHdVaNoZ

Persist OAuth tokens for REST authorization_code providers across
container restarts by mounting the .rest-auth cache, matching the
docker-compose volume. Added to both the persistent-caches and
home-directory run examples with a short explanatory note.

https://claude.ai/code/session_01L9uGbkXi2RwUmBQHdVaNoZ
Copilot AI review requested due to automatic review settings June 9, 2026 09:45
@BillJr99 BillJr99 merged commit 07a4479 into main Jun 9, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Docker run documentation to persist the REST OAuth token cache across container restarts, aligning the CLI docker run examples with the existing docker-compose.yml volume usage.

Changes:

  • Mounts a new named volume mcpproxy-rest-auth to /app/.rest-auth in the “persistent caches and artefacts” Docker run example.
  • Mounts the same volume in the “persistent home directory” Docker run example.
  • Adds a short note explaining what the mcpproxy-rest-auth volume is for and when it can be omitted.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +382 to +384
The `mcpproxy-rest-auth` volume persists OAuth tokens for REST `authorization_code`
providers (see [REST / OAuth providers](#rest--oauth-providers)) so you authorize once
rather than on every fresh container. Omit it if you don't use REST OAuth providers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants