Claude Code’s remote-control feature is great but limited to one session per process. If you work across multiple projects, you have to SSH in and manually restart each time. claude-remote-plus fixes this. It’s a daemon that manages your project pool and lets you switch between them from the remote session itself — no terminal access needed. From your phone/browser, just ask Claude: “switch to my-api-project” and it handles the rest. What it does:
- Hot-swap between pre-configured projects via MCP tools
- Auto-restart crashed sessions with health monitoring
- Works from phone, tablet, or any browser
- CLI (crp) for local management How it works: crp add my-app ~/projects/my-app crp start --project my-app Open session URL on your phone Say “switch to other-project” — done GitHub: https://github.com/yusufkaraaslan/claude-remote-plus Built with TypeScript, MCP SDK (SSE transport), and Express. MIT licensed. submitted by /u/Critical-Pea-8782
Originally posted by u/Critical-Pea-8782 on r/ClaudeCode
You must log in or # to comment.
