github

January 23, 2026 ยท View on GitHub

src

You can interact with GitHub via various tools available in this plugin: branches, repo, gist, issues, files, etc...

Usage

{
    "plugins": [
        {
            "name": "github",
            "path": "oci://ghcr.io/hyper-mcp-rs/github-plugin:latest",
            "runtime_config": {
                "allowed_hosts": [
                    "api.github.com"
                ],
                "env_vars": {
                    "api-key": "ghp_xxxx"
                }
            }
        }
    ]
}