MCP Server
MCP
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.
Install
oci:ghcr.io/aifity/omnigit-mcp:0.6.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/aifity/omnigit-mcp:0.6.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Publish the OAuth callback port to loopback so the in-container login callback is reachable",
"value": "127.0.0.1:8085:8085",
"type": "named",
"name": "-p"
},
{
"description": "Fixed OAuth callback port, matching the published port above",
"value": "GITHUB_OAUTH_CALLBACK_PORT=8085",
"type": "named",
"name": "-e"
},
{
"description": "Optional GitHub Personal Access Token. Omit to log in with OAuth on first use.",
"value": "GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"variables": {
"token": {
"format": "string",
"isSecret": true
}
},
"type": "named",
"name": "-e"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment