Skip to main content
Glama

Code Review MCP Server

code_review

Analyze codebases for quality, security, performance, and maintainability issues. Provides actionable insights, severity assessments, and recommendations to improve code quality and identify potential problems.

Instructions

Use this tool when you need a comprehensive code review with specific feedback on code quality, security issues, performance problems, and maintainability concerns. This tool performs in-depth analysis on a repository or specific files and returns structured results including issues found, their severity, recommendations for fixes, and overall strengths of the codebase. Use it when you need actionable insights to improve code quality or when evaluating a codebase for potential problems.

Input Schema

NameRequiredDescriptionDefault
detailLevelNoLevel of detail for the code review
fileTypesNoFile types to include in the review
focusAreasNoAreas to focus on during the code review
repoPathYesPath to the repository to analyze
specificFilesNoSpecific files to review

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "detailLevel": { "description": "Level of detail for the code review", "enum": [ "basic", "detailed" ], "type": "string" }, "fileTypes": { "description": "File types to include in the review", "items": { "type": "string" }, "type": "array" }, "focusAreas": { "description": "Areas to focus on during the code review", "items": { "enum": [ "security", "performance", "quality", "maintainability" ], "type": "string" }, "type": "array" }, "repoPath": { "description": "Path to the repository to analyze", "type": "string" }, "specificFiles": { "description": "Specific files to review", "items": { "type": "string" }, "type": "array" } }, "required": [ "repoPath" ], "type": "object" }
Install Server

Other Tools from Code 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/crazyrabbitLTC/mcp-code-review-server'

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