You can interact with GitHub via various tools available in this plugin: branches, repo, gist, issues, files, etc...
{
"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"
}
}
}
]
}