diff --git a/servers/code-review-mcp/server.yaml b/servers/code-review-mcp/server.yaml new file mode 100644 index 0000000..0a5eae9 --- /dev/null +++ b/servers/code-review-mcp/server.yaml @@ -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: you@org.com + - 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