Skip to content

Claude Code Integration

Claude Code can use Radar through MCP and project instructions.

MCP Config

Add Radar to your Claude MCP config:

json
{
  "mcpServers": {
    "radar": {
      "command": "radar-mcp"
    }
  }
}

Project Instructions

Copy the routing guidance from AGENTS.md into your project CLAUDE.md.

The important instruction is:

The host agent thinks. Radar handles the paperwork.

Be explicit about when not to delegate. That prevents Claude from sending debugging, architecture, and safety-critical work to the worker model.

Released under the MIT License.