Claude Code MCP

codeReview

Review code for bugs, security issues, and best practices

Input Schema

NameRequiredDescriptionDefault
codeYesThe code to review

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "The code to review", "type": "string" } }, "required": [ "code" ], "type": "object" }