Zeph Docs

Introduction

What Zeph is and how its pieces fit together.

Zeph moves text, links, files, and clipboard content between your devices in real time — phone, browser, terminal. Its distinguishing feature is the AI Hook system, which lets a coding agent running on your machine reach you wherever you are.

The pieces

  • CLI / SDK (@zeph-to/cli) — send pushes from a script or a terminal, and run the listener that lets you drive an agent session from your phone.
  • MCP server (@zeph-to/mcp-server) — exposes Zeph as tools an MCP-aware agent can call directly.
  • Claude Code plugin — hooks and skills that wire a Claude Code session into Zeph without any manual notification calls.

Where to start

Get started walks the whole setup: one command on your machine, the app on your phone, and a restart. Three steps, nothing to copy between the two.

After that, the CLI section covers pushing from scripts and driving a session from your phone, and the plugin section covers what Claude Code got wired up with.

On this page