Intelligent MCP server for automated GitHub Pull Request analysis with seamless Notion integration, enabling detailed code review and structured documentation generation.
Unlock the full potential of PR Reviewer through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Um assistente inteligente para análise de Pull Requests que integra GitHub com Notion para documentação automatizada de revisões.
git clone [seu-repositorio] cd pr_reviewer
python -m venv .venv source .venv/bin/activate # Linux/Mac # ou .venv\Scripts\activate # Windows
pip install -r requirements.txt
.env
com as seguintes variáveis:NOTION_API_KEY=seu_token_do_notion NOTION_PAGE_ID=id_da_pagina_notion GITHUB_TOKEN=seu_token_do_github
Para iniciar o analisador de PRs:
python pr_analyzer.py
O serviço irá:
O projeto é estruturado em dois componentes principais:
pr_analyzer.py
: Core da aplicação que gerencia o servidor MCP e coordena as análisesgithub_integration.py
: Módulo responsável pela integração com a API do GitHubEste projeto está sob a licença MIT. Veja o arquivo LICENSE
para mais detalhes.
Contribuições são bem-vindas! Por favor, sinta-se à vontade para submeter PRs.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Se você encontrar algum problema ou tiver sugestões, por favor abra uma issue no repositório.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!