Skip to main content
Glama

Review MCP Server

by je4550

review_code

Analyze code quality and security by submitting code for automated review using Codex and Gemini CLIs to receive structured feedback on best practices and improvements.

Instructions

Request a code review from Codex and Gemini CLIs. Provide code directly as a string. Returns feedback from both reviewers for Claude to consider.

Input Schema

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

Input Schema (JSON Schema)

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