Skip to main content
Glama

Review MCP Server

by je4550

review_directory

Analyze all files in a directory using Codex and Gemini code review tools to identify quality, security, and performance issues while providing actionable feedback for improvement.

Instructions

Request a code review of all files in a directory from Codex and Gemini CLIs. Returns feedback from both reviewers for Claude to consider.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context about the code (optional)", "type": "string" }, "directory": { "description": "Path to the directory to review", "type": "string" }, "reviewers": { "description": "Which reviewers to use (default: both)", "items": { "enum": [ "codex", "gemini", "both" ], "type": "string" }, "type": "array" } }, "required": [ "directory" ], "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