What is Agmente?
Agmente is an iOS client for two server protocols: Agent Client Protocol (ACP) and Codex app-server. It lets you connect to agents running on your computer, chat, and monitor tool execution on the go.
- Choose server type: ACP (default) or Codex App-Server.
- Chat with Gemini CLI, Claude Code, Qwen, Codex, or your own servers.
- See tool calls and results as system messages in the transcript.
- Use Cloudflare Tunnel for secure remote access.
Quick Start
- Install Agmente from the App Store.
- Run an agent on your computer (ACP agent or Codex app-server).
- Pick the server type in Agmente: ACP (default) or Codex App-Server.
- For ACP agents, bridge stdio to WebSocket with
@rebornix/stdio-to-ws --persist --grace-period 604800. - Add your server in Agmente and start chatting.
Key Capabilities
Dual Protocol Support
Connect using ACP (default) or Codex app-server, then switch between Gemini, Claude Code, Qwen, Codex, and your own servers.
Tool Call Visibility
Watch your agent work with real-time tool call status and results surfaced in the transcript.
Cloudflare Integration
Expose local agents securely with Cloudflare Tunnel, plus optional Access tokens for authentication.
Agent Modes
Switch between modes like Auto Edit, Plan, or YOLO to match your workflow.
For Local Agents
Keep your agent traffic on your network. For ACP agents, use @rebornix/stdio-to-ws to bridge stdio to WebSocket. For Codex, point Agmente at your Codex app-server endpoint.
Tested ACP agents include Gemini CLI, Claude Code ACP adapter, Qwen, and Mistral Vibe. Qwen provides the best ACP session persistence thanks to session/list and session/load support.
For Remote Access
Use Cloudflare Tunnel to reach your agent from anywhere without opening firewall ports. Add Cloudflare Access service tokens to lock down the endpoint, then configure the credentials in Agmente.
- Stable URLs with named tunnels.
- End-to-end encryption with
wss://. - Optional per-device Access tokens.
Read the tunnel guide to set up a quick or named tunnel.

