{"id":49339842,"url":"https://github.com/citadel-cloud-management/mcp-server-github","last_synced_at":"2026-04-27T03:04:41.725Z","repository":{"id":350760413,"uuid":"1175451467","full_name":"Citadel-Cloud-Management/mcp-server-github","owner":"Citadel-Cloud-Management","description":"MCP server for GitHub operations - repos, issues, PRs, code search, and workflows","archived":false,"fork":false,"pushed_at":"2026-04-11T22:18:48.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-12T00:34:32.776Z","etag":null,"topics":["ai","anthropic","automation","claude","devops","github","llm","mcp","model-context-protocol","typescript"],"latest_commit_sha":null,"homepage":"https://citadel-cloud-management.github.io/mcp-server-github/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Citadel-Cloud-Management.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-07T18:21:35.000Z","updated_at":"2026-04-11T22:40:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Citadel-Cloud-Management/mcp-server-github","commit_stats":null,"previous_names":["citadel-cloud-management/mcp-server-github"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Citadel-Cloud-Management/mcp-server-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citadel-Cloud-Management%2Fmcp-server-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citadel-Cloud-Management%2Fmcp-server-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citadel-Cloud-Management%2Fmcp-server-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citadel-Cloud-Management%2Fmcp-server-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Citadel-Cloud-Management","download_url":"https://codeload.github.com/Citadel-Cloud-Management/mcp-server-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citadel-Cloud-Management%2Fmcp-server-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32320688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anthropic","automation","claude","devops","github","llm","mcp","model-context-protocol","typescript"],"created_at":"2026-04-27T03:04:40.956Z","updated_at":"2026-04-27T03:04:41.721Z","avatar_url":"https://github.com/Citadel-Cloud-Management.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mcp-server-github\n\nAn MCP (Model Context Protocol) server that provides tools for interacting with the GitHub API, including repositories, issues, pull requests, code search, branches, and GitHub Actions workflows.\n\n## Architecture\n\n```mermaid\ngraph TB\n    subgraph Client\n        style Client fill:#4A90D9,stroke:#2E6BA6,color:#FFFFFF\n        MCP_Client[\"MCP Client\"]\n    end\n\n    subgraph Server[\"mcp-server-github\"]\n        style Server fill:#2ECC71,stroke:#1A9B52,color:#FFFFFF\n        Index[\"index.ts\u003cbr/\u003eMCP Server Entry\"]\n        subgraph Tools\n            style Tools fill:#F39C12,stroke:#C67D0A,color:#FFFFFF\n            T1[\"list_repos\"]\n            T2[\"create_issue\"]\n            T3[\"list_pull_requests\"]\n            T4[\"get_file_contents\"]\n            T5[\"search_code\"]\n            T6[\"create_branch\"]\n            T7[\"list_workflows\"]\n            T8[\"get_workflow_runs\"]\n        end\n    end\n\n    subgraph External[\"GitHub API\"]\n        style External fill:#24292E,stroke:#1B1F23,color:#FFFFFF\n        Repos[\"Repos API\"]\n        Issues[\"Issues API\"]\n        PRs[\"Pull Requests API\"]\n        Contents[\"Contents API\"]\n        Search[\"Search API\"]\n        Git[\"Git Refs API\"]\n        Actions[\"Actions API\"]\n    end\n\n    MCP_Client -- \"stdio transport\" --\u003e Index\n    Index --\u003e T1 \u0026 T2 \u0026 T3 \u0026 T4 \u0026 T5 \u0026 T6 \u0026 T7 \u0026 T8\n    T1 --\u003e Repos\n    T2 --\u003e Issues\n    T3 --\u003e PRs\n    T4 --\u003e Contents\n    T5 --\u003e Search\n    T6 --\u003e Git\n    T7 --\u003e Actions\n    T8 --\u003e Actions\n```\n\n## Installation\n\n```bash\nnpm install\nnpm run build\n```\n\n## Configuration\n\n| Variable | Description | Required |\n|---|---|---|\n| `GITHUB_TOKEN` | GitHub personal access token | Yes |\n\n## Usage\n\n### Standalone\n\n```bash\nGITHUB_TOKEN=ghp_xxxx npm start\n```\n\n### Development\n\n```bash\nnpm run dev\n```\n\n### Docker\n\n```bash\ndocker build -t mcp-server-github .\ndocker run -e GITHUB_TOKEN=ghp_xxxx mcp-server-github\n```\n\n### MCP Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"github\": {\n      \"command\": \"node\",\n      \"args\": [\"dist/index.js\"],\n      \"env\": {\n        \"GITHUB_TOKEN\": \"ghp_xxxx\"\n      }\n    }\n  }\n}\n```\n\n## Tool Reference\n\n| Tool | Description | Parameters |\n|---|---|---|\n| `list_repos` | List repositories | `owner?`, `type?`, `sort?` |\n| `create_issue` | Create an issue | `owner`, `repo`, `title`, `body?`, `labels?`, `assignees?` |\n| `list_pull_requests` | List pull requests | `owner`, `repo`, `state?`, `sort?` |\n| `get_file_contents` | Get file contents | `owner`, `repo`, `path`, `ref?` |\n| `search_code` | Search code | `query`, `per_page?` |\n| `create_branch` | Create a branch | `owner`, `repo`, `branch`, `from_branch?` |\n| `list_workflows` | List workflows | `owner`, `repo` |\n| `get_workflow_runs` | Get workflow runs | `owner`, `repo`, `workflow_id`, `status?` |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitadel-cloud-management%2Fmcp-server-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitadel-cloud-management%2Fmcp-server-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitadel-cloud-management%2Fmcp-server-github/lists"}