monocle register to configure the connection.
- MCP tools mode configures an MCP server that exposes monocle’s review operations as tools the agent can call directly. This is the default for Claude Code. Pi uses this path only when
pi-mcp-adapteris already configured, or when you explicitly request--integration-mode mcp. - Skills mode installs skill files — small instruction files that tell the agent which CLI commands to run. This is the default for OpenCode, Codex CLI, and Gemini CLI.
Register monocle with your agent
--global to install at the user level instead of the current project:
--integration-mode:
Set up each agent
- Claude Code
- OpenCode
- Codex CLI
- Gemini CLI
- Pi
- All agents
- Other agents
Register via CLI
.mcp.json that exposes monocle’s review tools directly, and installs slash commands in .claude/commands/. Claude Code calls the MCP tools (review_status, get_feedback, send_artifact, add_files) instead of running CLI commands.To use skills mode instead (the previous default), pass --integration-mode skills:Enable push notifications
Claude Code supports MCP channels, which deliver your review feedback directly into the agent’s context the moment you submit — no polling needed. Start Claude Code with the channel flag to enable this:The
--dangerously-load-development-channels flag is required during the channels research preview.Verify the connection
Start monocle in a terminal alongside your agent:I in the TUI to see the socket path and confirm your agent is connected.