Agent docs
Claude Code
Install the MCP server, portable skill, and reporting instruction.
Add the MCP server
Set AUDIOREALITY_TOKEN in the shell that launches Claude Code, then merge this entry into .mcp.json at the project root.
{
"mcpServers": {
"audioreality": {
"command": "npx",
"args": ["-y", "@audioreality/mcp"],
"env": {
"AUDIOREALITY_TOKEN": "${AUDIOREALITY_TOKEN}",
"AUDIOREALITY_INCLUDE_DETAILS": "false"
}
}
}
}Add the skill
Copy integrations/skills/audioreality-report/SKILL.md to.claude/skills/audioreality-report/SKILL.md. The portable skill tells Claude when to report, how statuses map, and which sensitive content must stay local.
Project instruction
Add the paragraph in integrations/templates/CLAUDE-AGENTS.mdto CLAUDE.md. Reports stay summary-only by default, andrender_now is reserved for an explicit human request.