Skip to main content
ClaudeWave
Subagent456 repo starsupdated 2d ago

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.

Install in Claude Code
Copy
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.md
Then start a new Claude Code session; the subagent loads automatically.

mcp-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.