github-mcp
GitHub MCP Server ile GitHub API erisimi. Repo, issue, PR, code search, release yonetimi.
npx skills add vibeeval/vibecosystem --skill github-mcp --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# GitHub MCP Server ## GitHub MCP vs gh CLI | Ozellik | GitHub MCP | gh CLI | |---------|-----------|--------| | Kurulum | MCP server config | brew install gh | | Auth | PAT token (MCP env) | gh auth login (interactive) | | Kullanim | Tool call (agent icinden) | Bash komutu | | Rate limit | REST API limit (5000/h) | Ayni | | Avantaj | Agent workflow icinde seamless | Terminal scripting | | Dezavantaj | MCP server calisir olmali | Agent context'ten cikmak lazim | ### Ne Zaman Hangisi ``` GitHub MCP kullan: - Agent workflow icinde GitHub islemleri gerektiginde - Birden fazla API call zincirlenecekse - Structured data response lazimsa gh CLI kullan: - Tek seferlik terminal islemleri - PR olusturma/merge (interaktif) - Git hook'lari icinde - Script/otomasyon icinde ``` ## MCP Server Kurulumu ### 1. GitHub PAT Token Olustur ``` GitHub Settings > Developer Settings > Personal Access Tokens > Fine-grained Gerekli permission'lar: - Repository: Read/Write - Issues: Read/Write - Pull Requests: Read/Write - Actions: Read/Write (workflow tetikleme) - Webhooks: Read/Write (webhook yonetimi) - Organization: Read (org API) ``` ### 2. MCP Config (~/.mcp.json) ```json { "mcpServers": { "github": {
- GitHub MCP vs gh CLI
- Ne Zaman Hangisi
- MCP Server Kurulumu
- 1. GitHub PAT Token Olustur
- 2. MCP Config (~/.mcp.json)
- 3. Alternatif: Docker ile
- Repository Yonetimi
- Repo Olusturma
- Repo Bilgisi
- Fork
- Branch Yonetimi
- Issue Yonetimi
- Issue Olusturma
- Issue Listeleme / Filtreleme
What does the github-mcp skill do?
GitHub MCP Server ile GitHub API erisimi. Repo, issue, PR, code search, release yonetimi.
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill github-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
