Code-Reviewer-Using-Agentic-AI-Workflow-With-Crewai-And-Github-MCP-Server-Tools

Devenvedipg/Code-Reviewer-Using-Agentic-AI-Workflow-With-Crewai-And-Github-MCP-Server-Tools
★ 0 stars Python 🤖 AI/LLM Updated today
Built an AI-driven code reviewer and repository analysis system using CrewAI, GitHub MCP Server, LangChain, and Django. Leveraged multi-agent orchestration to automate repository inspection, issue tracking, pull request analysis, and report generation for GitHub projects.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-reviewer-using-": {
      "command": "uvx",
      "args": [
        "code-reviewer-using-agentic-ai-workflow-with-crewai-and-github-mcp-server-tools"
      ]
    }
  }
}

Or install with pip: pip install code-reviewer-using-agentic-ai-workflow-with-crewai-and-github-mcp-server-tools