Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 603 Bytes

File metadata and controls

26 lines (22 loc) · 603 Bytes

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"
                }
            }
        }
    ]
}