Skip to main content
Glama

Code Review MCP

by shadabbi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILNoEmail address for JIRA authentication
FIGMA_TOKENNoToken for Figma API access
GITHUB_TOKENYesGitHub Personal Access Token with repo permissions (must have access to the target repo; SSO-authorized if org enforces it)
JIRA_API_KEYNoAPI key for JIRA authentication
JIRA_BASE_URLNoBase URL for JIRA instance
SEMGREP_RULES_DIRNoDirectory containing Semgrep rules.mcp/code-review/semgrep-rules

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
code-review

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

github.resolve_pr

Resolve owner/repo and PR number from an input

github.fetch_files

Fetch files/diff for a PR

jira.fetch

Fetch Jira tickets by keys or from prMeta

analysis.run_static

Run ESLint/tsc/Prettier on files

security.run_semgrep

Run Semgrep scan

tests.run_playwright

Run Playwright tests

report.generate

Generate a code review report markdown

cleanup.prune

Prune old logs and reports

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