
GitHub
Drive GitHub repos, issues, pull requests, Actions workflows, and git operations from your agent during day-to-day shipping.
Overview
Omnigit GitHub MCP is a MCP server for the build phase that connects AI assistants to GitHub for repos, issues, PRs, workflows, and git operations.
What is this MCP server?
- Manage repositories, issues, and pull requests from the assistant
- Trigger and inspect GitHub Actions workflows
- Git operations exposed for agent-driven commits and branches
- OCI image ghcr.io/aifity/omnigit-mcp with stdio and GITHUB_PERSONAL_ACCESS_TOKEN
- Registry title GitHub; version 0.5.0
- Server version 0.5.0
- OCI identifier ghcr.io/aifity/omnigit-mcp:0.5.0
- 1 required secret: GITHUB_PERSONAL_ACCESS_TOKEN
Community signal: 1 GitHub stars.
What problem does it solve?
Your agent can write code locally but cannot open PRs, read issue threads, or kick workflows without you copying links and clicking through GitHub.
Who is it for?
Indie developers who live in GitHub and want Claude Code or Cursor to handle issue/PR/workflow chores alongside coding.
Skip if: Teams on GitLab-only stacks, air-gapped environments, or workflows that forbid PAT-based API access from IDE agents.
What do I get? / Deliverables
Your agent can manage GitHub repositories, issues, PRs, Actions, and git operations through MCP once GITHUB_PERSONAL_ACCESS_TOKEN is set on the OCI runtime.
- Agent-driven repo, issue, and PR changes on GitHub
- Workflow visibility and operations via MCP tools
- Git operations coordinated with remote GitHub state
Recommended MCP Servers
Journey fit
GitHub is the default backbone for how solo builders build, review, and ship code, so the primary shelf is build integrations even though you use it in ship and operate too. Connecting the agent to GitHub APIs and git workflows is core integration work—not a one-off research task.
How it compares
GitHub API MCP bridge, not a local-only git skill or project-management markdown template.
Common Questions / FAQ
Who is Omnigit GitHub MCP for?
Solo builders and small teams on GitHub who want their coding agent to manage repos, issues, PRs, and workflows via MCP.
When should I use Omnigit GitHub MCP?
Use it while building features, opening PRs, triaging issues, or adjusting Actions—any time GitHub is the system of record for your repo.
How do I add Omnigit GitHub MCP to my agent?
Run the OCI image ghcr.io/aifity/omnigit-mcp:0.5.0 with stdio, pass GITHUB_PERSONAL_ACCESS_TOKEN via the documented -e runtime argument, and register the server in your MCP client.