Agent docs
Cursor
Configure the MCP server and summary-only project rule.
Add the MCP server
Set AUDIOREALITY_TOKEN before starting Cursor and merge this entry into .cursor/mcp.json.
{
"mcpServers": {
"audioreality": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@audioreality/mcp"],
"env": {
"AUDIOREALITY_TOKEN": "${env:AUDIOREALITY_TOKEN}",
"AUDIOREALITY_INCLUDE_DETAILS": "false"
}
}
}
}Add the reporting rule
Copy integrations/templates/.cursor/rules/audioreality.mdcinto the same path in your project. It directs completed scheduled work to the MCP server without including credentials, environment values, logs, source code, or file contents.
Optional portable skill
Agents that support Agent Skills can also loadintegrations/skills/audioreality-report/SKILL.md. Keep tool approval enabled for interactive single-report submissions.