github-org-monitor-mcp MCP Server
calvinjkim/github-org-monitor-mcp
Are you the maintainer of calvinjkim/github-org-monitor-mcp? Claim this listing →
MCP server for monitoring GitHub organization activity — deployable to AWS Lambda with OAuth 2.1
Add AgentRank to Claude Code Discover and compare tools like calvinjkim/github-org-monitor-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
calvinjkim/github-org-monitor-mcp is a TypeScript MCP server. MCP server for monitoring GitHub organization activity — deployable to AWS Lambda with OAuth 2.1
Ranked #69 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 3
3 contributors → small team
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 1
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Dependents medium impact
Matched Queries
From the README
# GitHub Org Monitor MCP Server
GitHub 조직의 활동을 모니터링하고 인원별 퍼포먼스를 측정하기 위한 MCP 서버입니다.
## 기능
| Tool | 설명 |
|------|------|
| `list_org_members` | 조직 멤버 목록 조회 |
| `list_org_teams` | 조직 팀 목록 조회 |
| `list_team_members` | 특정 팀 멤버 목록 조회 |
| `list_org_repos` | 조직 레포지토리 목록 조회 |
| `get_user_commits` | 사용자별 커밋 통계 |
| `get_user_prs` | 사용자별 PR 통계 (생성/머지/평균 머지 시간) |
| `get_user_reviews` | 사용자별 코드 리뷰 활동 |
| `get_user_loc` | 사용자별 LOC (추가/삭제 라인 수) |
| `get_repo_contributors` | 레포별 기여자 순위 |
| `get_repo_stats` | 레포 전체 통계 요약 |
| `get_member_activity` | 멤버 전체 활동 종합 요약 |
## 설치
```bash
cd github-mcp
npm install
npm run build
```
## 환경변수
| 변수 | 필수 | 설명 |
|------|------|------|
| `GITHUB_TOKEN` | Yes | GitHub Personal Access Token (`repo`, `read:org` 스코프 필요) |
GitHub PAT 생성: https://github.com/settings/tokens
## 실행 모드
### 1. Claude Code (stdio 모드, 기본)
프로젝트 루트 또는 `~/.claude/`에 `.mcp.json` 파일 생성:
```json
{
"mcpServers": {
"github-org-monitor": {
"command": "node",
"args": ["/absolute/ Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.