Home /
AI/LLM / 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.
Claude Desktop
Claude Code
Cursor
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"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add code-reviewer-using- uvx code-reviewer-using-agentic-ai-workflow-with-crewai-and-github-mcp-server-tools
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"code-reviewer-using-": {
"command": "uvx",
"args": [
"code-reviewer-using-agentic-ai-workflow-with-crewai-and-github-mcp-server-tools"
]
}
}
}
📋 Copy
Or install with pip: pip install code-reviewer-using-agentic-ai-workflow-with-crewai-and-github-mcp-server-tools