feat: document mcp-remote bridge for Claude Desktop HTTP connections - #46
Open
bob-codedaptive wants to merge 1 commit into
Open
feat: document mcp-remote bridge for Claude Desktop HTTP connections#46bob-codedaptive wants to merge 1 commit into
bob-codedaptive wants to merge 1 commit into
Conversation
Claude Desktop's claude_desktop_config.json only supports stdio-based MCP server entries. Add documentation and a migration script for connecting to a running macOS-MCP HTTP server using mcp-remote as a stdio-to-HTTP bridge. This is especially useful when running multiple Claude Desktop instances (e.g. via Parall) against a single shared HTTP server, avoiding per- session process overhead and cold-start latency. Changes: - Add "Claude Desktop (connecting to an HTTP server)" integration section to README with mcp-remote config examples - Fix the OAuth section's Claude Desktop config example which used the unsupported "type": "http" format - Add scripts/stdio-to-http-reconfig.sh for bulk migration of Claude Desktop configs from stdio to HTTP Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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
mcp-remotestdio-to-HTTP bridge pattern"type": "http"formatscripts/stdio-to-http-reconfig.sh— a migration script for bulk-reconfiguring Claude Desktop instances from stdio to HTTPContext
Claude Desktop's
claude_desktop_config.jsononly validates stdio-based MCP server entries. Entries using"type": "http"or"url"are silently skipped. Themcp-remotenpm package bridges this gap by wrapping an HTTP connection in a stdio process that Claude Desktop can manage normally.This is especially useful when running multiple Claude Desktop instances (e.g. via Parall) against a single shared
streamable-httpserver, avoiding per-session process overhead and cold-start latency.Test plan
mcp-remotebridge connects to a localstreamable-httpserverscripts/stdio-to-http-reconfig.sh --dry-runcorrectly detects config files