Claude Code supports remote session modes for running on remote servers, sharing sessions, and connecting from mobile or desktop apps.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/killlowkey/claude-code/llms.txt
Use this file to discover all available pages before exploring further.
Session sharing
Share a read-only link to your current session:SSH sessions
Claude Code can run over SSH, letting you use it on remote development servers:useSSHSession hook handles SSH-specific session management, including connection state and reconnection.
Remote triggers
TheRemoteTriggerTool allows external systems to trigger Claude Code actions via a webhook or remote call. This enables CI/CD integrations where Claude Code can respond to events (e.g., a failing test run triggering an auto-fix attempt).
Desktop and mobile handoff
Hand off a terminal session to the Claude desktop or mobile app:Resuming sessions
Resume a previous conversation:Server mode
Claude Code includes aserver/ subsystem for running in headless server mode — useful for CI/CD pipelines and automation scenarios where no interactive terminal is available.