Overview
Agmente is an iOS client for the Agent Client Protocol (ACP). It connects your iPhone or iPad to AI coding agents like Gemini CLI, Claude Code, Qwen, and other ACP-compatible tools. You get real-time visibility into tool calls, session management, and mobile-friendly chat.
What you can do
- Chat with ACP agents from your phone or tablet
- Monitor tool calls as they execute and see their outputs
- Attach images (up to five per message) for visual context
- Manage multiple servers and switch between agents quickly
- Access remote agents securely via Cloudflare Tunnels with optional Access tokens
Quick start
- Install Agmente from the App Store.
- Run an ACP-compatible agent on your computer (Gemini, Qwen, Claude Code, Vibe, etc.).
- Bridge stdio to WebSocket with
supergatewayon port8765. - Add the server in Agmente and tap Connect → Initialize → New Session.
Need remote access? Set up a Cloudflare Tunnel and protect it with Cloudflare Access.
Recommended agents
| Agent | Highlights |
|---|---|
| Qwen | Full session persistence via session/list and session/load |
| Gemini CLI | Great reasoning, supports images and audio; sessions cached locally |
| Claude Code | Code editing focus; pair with supergateway to keep sessions alive |
| Vibe (Mistral) | Lightweight context-only agent |
For setup details and authentication tips, read the local agent guide.