Agent Plugins Marketplace
All plugins

github

v0.1.11

Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.

Codex1 MCP serverStreamable HTTP

By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install github for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add github@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “github-10” remain stable.

  • Codex: github-10@agent-plugin-marketplacegithub@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/github/.

Plugin files

plugins/github/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

githubStreamable HTTP
url
https://api.githubcopilot.com/mcp/

Plugin manifests1

plugins/github/.codex-plugin/plugin.json
{
  "name": "github",
  "version": "0.1.11",
  "description": "Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://github.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "github",
    "microsoft",
    "git",
    "repositories",
    "source control",
    "pull requests",
    "github actions",
    "ci/cd",
    "pull-request",
    "code-review",
    "issues",
    "ci",
    "actions"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "GitHub",
    "shortDescription": "Triage PRs, issues, CI, and publish flows",
    "longDescription": "Use GitHub to inspect repositories, review pull requests, address feedback, debug failing Actions checks, and prepare code changes for review through a connector-first workflow with targeted CLI fallbacks.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/",
    "privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "defaultPrompt": [
      "Inspect PRs, triage issues, debug failing checks, and prepare code changes for review"
    ],
    "composerIcon": "./assets/github-small.svg",
    "logo": "./assets/github.png",
    "logoDark": "./assets/github-dark.png",
    "screenshots": [],
    "brandColor": "#24292F"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[github on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-10)