Local GitHub Actions checker adds MCP support for coding agents
TaskBounty Check 0.1.6 is an open-source tool for checking and update automation setup. Its new MCP server lets Cursor, Claude Code, and Codex scan a local repository, explain a finding, and create a text-only fix plan. The default mode has no network access, no telemetry, and no uploads.
It only reads workflow files plus Dependabot and Renovate settings; it does not read application source code or change files. The MCP server runs with `npx -y taskbounty-check@0.1.6 mcp`, and its tools are `scan_repo`, `explain_finding`, and `generate_fix_plan`. A self-check on its own real repository found 2 workflow files, 0 maintenance candidates, and 0 private-review items.
That check also found a where shell test fixtures looked like real workflow keys, and version 0.1.6 fixes that with .
Key points
- TaskBounty Check 0.1.6 checks and update automation setup.
- The MCP server works with Cursor, Claude Code, and Codex.
- The default mode has no network access, no telemetry, and no uploads.
- It reads workflow files plus Dependabot and Renovate settings, not application source code.
- Version 0.1.6 fixes a and adds .