Supported Coding Agents¶
CloudAEye's review tools are exposed over MCP, so any MCP-capable coding agent can call them. How you install and invoke them differs by client.
| Client | Status | Install |
|---|---|---|
| Claude Code | Available — ships as a plugin | Claude Code Plugin → Setup |
| Cursor | Planned | — |
| OpenAI Codex | Planned | — |
Claude Code¶
The only client with a packaged integration today. Installing the plugin brings the server connection and every slash command with it — there is no MCP URL to paste and no per-repository configuration.
- Setup — install the plugin, connect your account, add the project policy snippet.
- User Guide — the five commands, what to pass each one, and what comes back.
Other clients¶
The capabilities are identical everywhere — the same tools, the same findings. What
changes is invocation: Claude Code exposes them as slash commands like
/cloudaeye:inspect, while a generic MCP client calls the tools directly. If you are
wiring one up yourself, the Tool Reference has the signatures and the session
flow.