Skip to main content
Glama

Reviewer MCP

by jaggederest

review_code

Analyze code changes, provide feedback on security, performance, style, and logic, and improve development workflows using AI-powered code review tools within the Reviewer MCP server.

Instructions

Review code changes and provide feedback

Input Schema

NameRequiredDescriptionDefault
contextNoContext about the changes
diffYesGit diff or code changes to review
reviewTypeNoType of review to performall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "context": { "description": "Context about the changes", "type": "string" }, "diff": { "description": "Git diff or code changes to review", "type": "string" }, "reviewType": { "default": "all", "description": "Type of review to perform", "enum": [ "security", "performance", "style", "logic", "all" ], "type": "string" } }, "required": [ "diff" ], "type": "object" }
Install Server

Other Tools from Reviewer MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaggederest/mcp_reviewer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server