Skip to main content
Glama

Code Review MCP

by shadabbi

code-review

Automate GitHub PR code reviews with AI analysis, static checks, and test execution. Use @code-review [prId] to generate detailed reports and inline comments.

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" }

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