Why we built Morpheus
If you use Claude Code, you already know the drill: you sit at your desk, open a terminal, fire up the agent, and type instructions while it edits your codebase. It works great — until you step away.
Maybe you're on the couch, maybe you're grabbing coffee, maybe you're on a train. Your machine is still running. Claude Code is still ready. But you have no way to talk to it from your phone.
That is exactly the problem Morpheus solves. It turns your mobile device into a secure remote control for your AI agent on any machine.
The problem
AI coding agents are tied to the machine they run on. There's no native mobile client for Claude Code, no SSH-friendly interface, and no way to monitor long-running tasks without being physically at your computer. We wanted to change that without sacrificing security — the agent can run arbitrary shell commands, after all.
How it works
Morpheus has two halves: a lightweight agent (Electron) and a mobile app (React Native / Expo). Pairing takes about five seconds:
- QR scan — The agent displays a QR code containing a WebSocket URL and the server's public key.
- Encrypted handshake — The mobile app generates its own key pair, sends its public key to the agent, and both sides derive a shared secret via ECDH (NaCl box).
- Secure channel — Every subsequent message is encrypted with NaCl secretbox. No plaintext ever leaves either device after pairing completes.
- Mobile commands — Type or speak an instruction on your phone. It is encrypted, sent over the WebSocket, decrypted on the agent, and forwarded to Claude Code. Responses stream back in real time.
Key features
- Text commands — A full terminal-style interface on your phone. Send instructions, see Claude's output, scroll through history.
- Voice mode — Hold a button and speak. Morpheus transcribes and sends the instruction automatically.
- MCP servers — The Morpheus Agent can use any configured MCP server (file system, browser, database, etc.) and Morpheus surfaces the results on your phone.
- Command history — Every instruction and response is logged locally so you can review what happened while you were away.
Pricing
Morpheus is free to use with your own Anthropic API key (BYOK mode). If you don't have a key, we offer a managed Claude proxy with token packs:
- Free tier — 50K starter tokens on first launch, BYOK mode with unlimited usage.
- Pro tier — Additional features like extended history, priority support, and advanced voice options.
- Token packs — Purchase tokens a la carte from 500K to 15M. They never expire and are consumed per API call.
Get started
Morpheus is available now for macOS, Windows, and Linux (desktops and servers), and iOS and Android on mobile. Download the agent, scan the QR code with your phone, and you're paired in seconds.