GitHubEngineeringAssistant MCP Server
OlegShi/GitHubEngineeringAssistant
MCP server for GitHub Engineering Assistant — create PRs, review code, analyze repo health, and generate issues.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
OlegShi/GitHubEngineeringAssistant is a Python MCP server. MCP server for GitHub Engineering Assistant — create PRs, review code, analyze repo health, and generate issues.
Ranked #107 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# GitHub Engineering Assistant — MCP Server An MCP (Model Context Protocol) server that gives VS Code Copilot the ability to interact with GitHub repositories: create issues, open pull requests, review code, and analyze repository health. ## Features | Tool | Description | |------|-------------| | `create_issue` | Create a GitHub issue with title and description | | `create_pr` | Create a pull request from a branch with changes | | `review_pr` | AI-powered pull request review (lint + architecture) | | `get_repo_stats` | Repository health metrics and analytics | **Advanced capabilities:** - AI-based PR review with lint and architecture feedback - Risky commit detection (large diffs, secret patterns, force-pushes) ## Quick Start ### 1. Install ```bash pip install -e . ``` ### 2. Configure Create a `.env` file (or set environment variables): ```env GITHUB_TOKEN=ghp_your_personal_access_token ``` Generate a token at <https://github.com/settings/tokens> with scopes: `repo`, `readRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.