FORGE: a GitHub agent with 13 MCP tools
FORGE is the specialist agent inside the GitHub Operations plugin. It shipped on 17 March with the full plugin, from skeleton to production, in a single day.
The plugin itself has six phases of functionality: a GitHub API client, an issues board, a feedback tab, the FORGE agent, a release management view, and a close-the-loop feed with AOCL policy gates. But FORGE is the part that makes it more than a GitHub mirror.
FORGE MCP tools:
- List repositories
- Search issues
- Create issue
- Update issue
- List pull requests
- Get PR details
- List commits
- Get file contents
- Create comment
- List labels
- Manage milestones
- Search code
- Get repository stats
These tools are registered through the Model Context Protocol, the same way every other QuoxCORE tool is exposed. FORGE does not get special treatment. It uses the same tool registration, the same credential vault, the same audit envelope system. The difference is that FORGE knows what to do with them.
Ask FORGE to triage open issues and it will pull the list, categorise by label, and flag anything that has been open without a response for more than 48 hours. Ask it to prepare a release summary and it will walk the commit history, cross-reference merged PRs, and draft notes. These are not prompt tricks. They are structured tool chains that FORGE executes through MCP, with every step logged.