Skip to content

feat: add code-review-mcp server entry (shadabbi/code-review-mcp:latest) #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions servers/code-review-mcp/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: code-review-mcp
image: shadabbi/code-review-mcp:latest
type: server
meta:
category: code-review
tags:
- code-review
- github
- jira
- security
- tests
about:
title: AI Code Review MCP
description: AI-powered PR reviews with ESLint/Prettier/TypeScript, Semgrep, Playwright, and Jira context
icon: https://raw.githubusercontent.com/github/explore/main/topics/javascript/javascript.png
source:
project: https://github.com/shadabbi/code-review-mcp
config:
description: Configure tokens and optional integrations for code review
secrets:
- name: code-review-mcp.github_token
env: GITHUB_TOKEN
example: ghp_xxx
env:
- name: JIRA_BASE_URL
example: https://your-org.atlassian.net
- name: JIRA_EMAIL
example: [email protected]
- name: JIRA_API_KEY
example: atlassian_api_key
- name: FIGMA_TOKEN
example: figd_xxx
- name: SEMGREP_RULES_DIR
example: .mcp/code-review/semgrep-rules
parameters:
type: object
properties:
jira_base_url:
type: string
jira_email:
type: string
jira_api_key:
type: string
figma_token:
type: string
semgrep_rules_dir:
type: string