Skip to main content
Glama

Review MCP Server

by je4550

review_file

Get comprehensive code review feedback from Codex and Gemini CLIs to improve code quality, security, and performance. Submit any file for analysis and receive actionable suggestions from multiple AI reviewers.

Instructions

Request a code review of a specific file from Codex and Gemini CLIs. Returns feedback from both reviewers for Claude to consider.

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context about the code (optional)
filePathYesPath to the file to review
reviewersNoWhich reviewers to use (default: both)

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context about the code (optional)", "type": "string" }, "filePath": { "description": "Path to the file to review", "type": "string" }, "reviewers": { "description": "Which reviewers to use (default: both)", "items": { "enum": [ "codex", "gemini", "both" ], "type": "string" }, "type": "array" } }, "required": [ "filePath" ], "type": "object" }

Other Tools from Review MCP Server

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/je4550/review-mcp'

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