Back to Home
mennansevim icon

mcp-server

Verified Safe

by mennansevim

Overview

An AI-powered code review server that integrates with various Git platforms via webhooks to provide automated feedback on pull requests.

Installation

Run Command
docker build -t mcp-code-review:latest . && docker run -d --name mcp-server -p 8000:8000 --env-file .env -v "$(pwd)/config.yaml:/app/config.yaml:ro" --restart unless-stopped mcp-code-review:latest

Environment Variables

  • GROQ_API_KEY
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • GITHUB_TOKEN
  • GITLAB_TOKEN
  • BITBUCKET_USERNAME
  • BITBUCKET_APP_PASSWORD
  • AZURE_DEVOPS_PAT
  • AZURE_DEVOPS_ORG
  • WEBHOOK_SECRET
  • GITLAB_URL

Security Notes

The server employs good security practices by utilizing environment variables for all API keys and secrets, supporting webhook signature verification, and avoiding direct use of 'eval' or similar dangerous functions. Input to the AI is limited, and error handling for malformed AI responses is present. Potential risks lie in the inherent nature of AI models (e.g., prompt injection or hallucination) and ensuring robust security on the integrated Git platforms and webhook infrastructure.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassHigh
Avg Tokens27000
Stars1
Forks0
Last Update2025-12-01

Tags

AICode ReviewWebhooksCI/CDDevOps