is it worth your commit? Pre-flight triage for OSS contribution targets.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The decision layer before a coding agent starts work.
Gitworthy helps coding agents scout, rank, and preflight software work before
they spend cycles implementing it. It finds the strongest candidates, checks
whether the work is already handled or blocked, and returns evidence-backed
ACT, VERIFY, or SKIP decisions for each target.
MCP setup Β· CLI Β· Agent workflow Β· Verdicts Β· Troubleshooting Β· Case studies Β· Roadmap Β· Contributing
Coding agents make implementation cheap. Choosing the wrong task is still expensive.
An issue can look open while:
main but has not been released;Gitworthy performs that preflight before a human or agent spends the next unit of work.
The agent owns the loop. Gitworthy is the MCP decision engine it calls to scout and validate work.
There are two distinct lanes:
ACT means βworth considering,β not βstart coding blindly.β Scout results go stale, so Gitworthy should be run again when an agent actually claims or begins a target.
See docs/AGENT_WORKFLOW.md for the complete agent policy, tool-selection guide, and scout-to-execute handoff.
Run or deploy the same engine over HTTP and point the client at a URL:
Non-loopback binds require GITWORTHY_MCP_TOKEN. Keep GITHUB_TOKEN on the server. Full deploy and Cloud Agent notes: docs/HTTP_MCP.md. Tool descriptions, annotations, and structured results: docs/MCP.md. Portable Agent Plugins packaging (skill + MCP): docs/AGENT_PLUGINS.md.
Give the agent a policy like this:
Use Gitworthy before investing in external repository work. Use
huntto build a short ranked queue. Read each candidate'sworth_check;huntdoes not produce one global verdict. TreatACTas a queue candidate, perform the named checks onVERIFY, and removeSKIPcandidates. Before implementing a selected target, rerunworth_checkand follow the repository's contribution policy.
The token only needs read access to public repositories. For the most accurate linked-work detection, use a classic PAT or a fine-grained token with Issues: Read so Gitworthy can see timeline cross-references. Weaker tokens still work, but missing visibility is reported in not_checked.
Check that your environment is ready:
Evaluate a specific issue:
Render a deterministic handoff brief from a stored decision:
Brief generation is read-only over the local store and never calls GitHub, npm, or an LLM. Stored decisions are considered stale after 24 hours; stale briefs warn and recommend recheck.
Scout and preflight a short list of contribution targets:
Use @latest for exploration. Pin a version in repeatable agent workflows and CI.
hunt actually returnshunt is a bounded funnel, not a bulk verdict command:
The agent should read each hunt_candidate.worth_check. Gitworthy intentionally avoids running an expensive full preflight on every issue returned by a broad scan.
| Verdict | Scout behavior | Execution behavior |
|---|---|---|
| ACT | Add it to the ranked queue after reading evidence. | Recheck before claiming or implementing; proceed only if fresh state and policy still allow it. |
| VERIFY | Surface it with the unresolved checks named. | Resolve those checks before forking or making a public claim. |
| SKIP | Remove it from the queue. | Do not begin parallel work; inspect the cited work or choose another target. |
A verdict is not a vibes-based score. Gitworthy returns structured evidence, the checks it completed, and the checks it could not complete.
A target issue in block/buzz appeared open, but a prior implementation already existed in a pull request using nearly the same title.
That case also exposed a false-positive path in duplicate detection: GitHub's issues API includes pull requests. The fix became a regression test and calibration case.
More real contribution sessions are documented in CASE_STUDIES.md.
Gitworthy combines bounded checks that answer different ways a task can be unsafe or wasteful to start.
| Check | What it protects against |
|---|---|
| Linked work | Existing pull requests, assignments, referenced commits, and prior attempts |
| Branch scan | Work already present on unlinked remote branches |
| Issue vs. main | Fixes that landed while the issue remained open |
| Release gap | Changes on main that are not in the published package |
| Contribution policy | Claim requirements, assignment rules, and repositories that do not accept pull requests |
| Duplicate analysis | Related or previously reported issues |
| Scan / org scan | Unranked issue tracker noise |
| Hunt | Wasteful broad checking by narrowing candidates before expensive preflight |
The CLI and MCP server are thin adapters over the same TypeScript core.
Gitworthy is designed to be useful without pretending to know more than it checked.
SKIP.SKIP requires definitive evidence.VERIFY.checked and not_checked fields.ACT does not mean βblindly start coding.β Read the evidence, disposition, reasons, linked work, and repository policy before investing.
Every core result includes a structured envelope:
signals is the load-bearing input to the decision policy. checked and not_checked are part of the result, not footnotes.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gitworthy)<a href="https://allmcps.com/mcp/gitworthy"><img src="https://allmcps.com/api/badge/gitworthy?style=directory" alt="Gitworthy on AllMCPs" /></a>