Mmcp.market

Gitworthy MCP server

by trippyogi·io.github.trippyogi/gitworthy·v0.3.6

is it worth your commit? Pre-flight triage for OSS contribution targets.

B71/100grade B
What users say
No reviews yet
Be the first
Safety scan
B71/100

full report

Adoption
Growing

2 stars46 downloads/wk

Reviews

Write one

Nobody has reviewed Gitworthy yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Gitworthy tools (8)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • branch_scan
  • contrib_policy
  • dupe_cluster
  • issue_vs_main
  • linked_work
  • release_gap
  • scan
  • worth_check

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

1 medium
  • Code scan47 source files scanned20/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 34 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • mediumeval / new Function usedexec.eval
    dist/cli/telemetry.js: … try { const importOptional = new Function('specifier', 'return import(specifier)')…
Overall 71/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Gitworthy repository's README, as published. We do not edit it. Read it on GitHub

Gitworthy

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

Why Gitworthy

Coding agents make implementation cheap. Choosing the wrong task is still expensive.

An issue can look open while:

  • a fix already exists on an unlinked branch;
  • another contributor has an active pull request;
  • the change landed on main but has not been released;
  • the repository requires assignment before accepting work;
  • a duplicate or abandoned implementation already contains the answer.

Gitworthy performs that preflight before a human or agent spends the next unit of work.

How agents use Gitworthy

The agent owns the loop. Gitworthy is the MCP decision engine it calls to scout and validate work.

Contribution goal, repository, or organization
                      │
                      ▼
         Cursor / ChatGPT / Hermes / agent
                      │
                 Gitworthy MCP
                      │
                      ▼
        policy → scan → rank → preflight
                      │
             ┌────────┼────────┐
             ▼        ▼        ▼
            ACT     VERIFY    SKIP
          queue it   inspect   drop it
             │
             ▼
     optional `portfolio`
     (mode + dispatch, not a new verdict)
             │
             ▼
       Ranked candidate shortlist
             │
             ▼
         Select a candidate
             │
             ▼
   recheck → reproduce → implement → review

There are two distinct lanes:

  • Scout lane: discover, filter, rank, preflight, and return a shortlist.
  • Execute lane: select, record intent, recheck fresh state, reproduce, implement, review, and submit through the repository's allowed contribution path.

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.

Use it with Cursor, ChatGPT, Hermes, or any MCP client

Local stdio (desktop / agent VM)

{
  "mcpServers": {
    "gitworthy": {
      "command": "npx",
      "args": ["-y", "gitworthy@latest", "mcp"],
      "env": {
        "GITHUB_TOKEN": "github_pat_..."
      }
    }
  }
}

Streamable HTTP (Cloud Agents / mobile / iPad)

Run or deploy the same engine over HTTP and point the client at a URL:

export GITWORTHY_MCP_TOKEN="$(openssl rand -hex 32)"
export GITHUB_TOKEN="github_pat_..."
npx -y gitworthy@latest mcp --http --host 127.0.0.1 --port 8787

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y gitworthy on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add gitworthy -- npx -y gitworthy
Add to Cursor

Gitworthy: common questions

Is Gitworthy MCP server safe?
Mostly: it is graded B (71/100). Read the Gitworthy safety report
How do I install Gitworthy?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Gitworthy need an API key?
Yes. The registry entry asks for GITHUB_TOKEN.
Is Gitworthy maintained?
The last commit was 34 days ago (2026-08-21). The latest release is v0.3.6.
What can I use instead of Gitworthy?
Servers from other publishers that do the same job: Graneth MCP server, Phoenix Zero — L2 Health Oracle MCP server and NetOps Field Notes MCP server. Compare all Gitworthy alternatives.

Alternatives to Gitworthy

Same job from other publishers: the closest match first, then the best rated.

All Gitworthy alternatives →
  • Graneth
    Pre-flight check for AI coding agents: hallucinated packages + secrets, 6 ecosystems, no account.
    A
  • Phoenix Zero — L2 Health Oracle
    Pre-flight L2 health check using kernel-level eBPF telemetry. PASS/DEGRADED/FAIL verdict.
    A
  • NetOps Field Notes
    Config drift, CIS/PCI checks, 802.1X diagnosis, certs inside configs, topology, change pre-flight.
    A
  • Agentic Ledger
    Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.
    A
  • 航班管家航空数据 MCP | Flight Master Aviation Data MCP
    航班管家 DAST 官方航空数据 MCP,支持 Remote HTTP 与 npm STDIO,提供航班动态、天气、轨迹及延误风险。Official Flight Master MCP.
    A

More from trippyogi →