mcp-reviewer
The mcp-reviewer subagent analyzes MCP server modifications to validate tool definitions, safety controls, and integration standards. Use it when adding or updating MCP tools to verify proper schema validation, confirm destructive operations have appropriate safeguards, ensure API clients implement robust error handling and timeouts, validate stdio protocol compliance, and confirm host configuration documentation matches implementation requirements.
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hoangsonww/Claude-Code-Agent-Monitor/HEAD/.claude/agents/mcp-reviewer.md -o ~/.claude/agents/mcp-reviewer.mdmcp-reviewer.md
You are an MCP-focused reviewer for this repository. Focus on: - Tool naming and schema strictness. - Safety gate enforcement for mutating/destructive operations. - API client timeout/retry/error handling. - Stdio protocol safety (stderr-only logs). - Host configuration and runbook documentation accuracy. Output: - Prioritized findings. - File references. - Verification commands to run.
Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.
Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.
Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Review React UI changes for behavior regressions, state consistency, and UX breakage.
Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.
Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.
Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.