claude-code - 💡(How to fix) Fix Feature: Access Claude Code desktop projects remotely from the mobile app [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#47058Fetched 2026-04-13 05:42:34
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

When a Claude Code project is connected to a remote resource (e.g. a cloud-hosted repo, a remote server, a Supabase instance, a Cloudflare Worker) and doesn't depend on local desktop files or processes, there's no reason it should be desktop-only. The mobile app should be able to open and continue working in those projects directly.

Root Cause

Right now, switching to mobile means losing all project context and starting a blank conversation. For remote-first projects this is a significant unnecessary limitation — especially for quick edits, monitoring CI, checking deployments, or responding to alerts on the go.

RAW_BUFFERClick to expand / collapse

Summary

When a Claude Code project is connected to a remote resource (e.g. a cloud-hosted repo, a remote server, a Supabase instance, a Cloudflare Worker) and doesn't depend on local desktop files or processes, there's no reason it should be desktop-only. The mobile app should be able to open and continue working in those projects directly.

Use case

A significant portion of real-world Claude Code projects are essentially remote-first:

  • Web apps hosted on Cloudflare Pages / Vercel / Netlify
  • Backend services with cloud databases (Supabase, PlanetScale, etc.)
  • GitHub-hosted repos where Claude is driving PRs, CI, and deploys
  • MCP servers that connect to external APIs

For these projects, the "desktop" is just a UI shell — all the actual work happens over the network. There's no technical reason the mobile app can't participate in those sessions.

Expected behavior

  • Projects visible in the desktop sidebar should optionally be accessible from the Claude Code mobile app
  • For remote/cloud-backed projects, the full project context (MCP tools, system prompts, memory, conversation history) should be available on mobile
  • Ideally: a "remote-compatible" badge or indicator on projects that don't require local desktop resources, so users know which ones are safe to open on mobile

Why this matters

Right now, switching to mobile means losing all project context and starting a blank conversation. For remote-first projects this is a significant unnecessary limitation — especially for quick edits, monitoring CI, checking deployments, or responding to alerts on the go.

Out of scope (acknowledged)

Projects that depend on local file system access, locally running dev servers, or desktop-only tools would reasonably remain desktop-only. This request is specifically about projects where that dependency doesn't exist.

extent analysis

TL;DR

Enable remote-compatible projects to be accessible from the Claude Code mobile app by implementing a badge or indicator to identify projects that don't require local desktop resources.

Guidance

  • Identify and flag projects that are remote-first and don't depend on local desktop files or processes, such as those hosted on Cloudflare Pages, Vercel, or Netlify.
  • Develop a "remote-compatible" badge or indicator to display on these projects, allowing users to know which ones can be safely opened on mobile.
  • Ensure that the full project context, including MCP tools, system prompts, memory, and conversation history, is available on mobile for remote-compatible projects.
  • Consider implementing a filtering or sorting mechanism to prioritize remote-compatible projects in the mobile app.

Example

No specific code snippet is provided, as the issue focuses on the conceptual and functional requirements for enabling remote-compatible projects on mobile.

Notes

The solution should take into account the limitations and constraints of mobile devices, such as screen size and input methods, to ensure a seamless user experience. Additionally, security and authentication mechanisms should be implemented to protect user data and project access.

Recommendation

Apply a workaround by implementing a "remote-compatible" badge or indicator to identify projects that can be accessed on mobile, allowing users to switch between desktop and mobile devices without losing project context. This approach enables users to take advantage of remote-first projects on the go while acknowledging the limitations of desktop-only projects.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

  • Projects visible in the desktop sidebar should optionally be accessible from the Claude Code mobile app
  • For remote/cloud-backed projects, the full project context (MCP tools, system prompts, memory, conversation history) should be available on mobile
  • Ideally: a "remote-compatible" badge or indicator on projects that don't require local desktop resources, so users know which ones are safe to open on mobile

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Feature: Access Claude Code desktop projects remotely from the mobile app [1 participants]