GitHub✓
io.github.aifity/omnigit-mcp · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.aifity/omnigit-mcp",
"description": "Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.",
"title": "GitHub",
"repository": {
"url": "https://github.com/aifity/omnigit-mcp",
"source": "github"
},
"version": "0.5.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/aifity/omnigit-mcp:0.5.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Set an environment variable in the runtime",
"isRequired": true,
"value": "GITHUB_PERSONAL_ACCESS_TOKEN={token}",
"variables": {
"token": {
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"type": "named",
"name": "-e"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}