Skip to main content
Glama

Code Review MCP

by shadabbi

code-review

Automate code reviews for GitHub pull requests using AI and static analysis tools. Fetch PR diffs, analyze code, execute tests, and generate detailed reports with inline comments for improved code quality.

Instructions

Run an AI-powered code review for a GitHub PR. Usage: @code-review [prId] [--flags]

Input Schema

NameRequiredDescriptionDefault
aiOutputNo
optionsNo
prIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aiOutput": {}, "options": { "type": "string" }, "prId": { "type": "string" } }, "type": "object" }

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

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