mcpbeat Sign in

Gitworthy MCP Server

by trippyogi Your server? Claim it
local only

Gitworthy runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 422 · avg 48 · +1011% w/w
a month agotoday
46
Installs / week
npm · gitworthy
2
Stars
10 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/lib/git-replay.ts:137, src/lib/store-migrate.ts:82
      const full = path.join(work, file.path);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gitworthy -- npx -y gitworthy
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitworthy": {
      "args": [
        "-y",
        "gitworthy"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitworthy]
command = "npx"
args = ["-y", "gitworthy"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitworthy": {
      "args": [
        "-y",
        "gitworthy"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitworthy": {
      "args": [
        "-y",
        "gitworthy"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub personal access token (fine-grained, read-only public repos). Optional; raises API rate limit from 60 to 5000 requests/hour.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gitworthy

same job, measured the same way
ACN Preflight
by abacore-net

Preflight checks for agent repository contributions, bounty work, and Base payments.

3 tools answering
Oss Autopilot
by costajohnt

Open source contribution manager with PR tracking, issue discovery, and CI diagnosis

37 installs/wk local only
Opengolfapi
by opengolfapi

Golf for AI agents — every US course free, plus open contribution, identity & tournaments.

40 installs/wk local only
Nibb — Food log
by nibb

Log meals, change portions, manage targets, and read trends in your Nibb food journal.

answering
Release Intel
by barissozudogru

Correlates commits, PRs, issues and contributors between two git refs for release notes.

39 installs/wk local only
Budgetary: estimate token spend
by thriftell

Pre-flight token-spend estimate (range, scenario, confidence) for a coding task, or an abstention.

33 installs/wk 1 tools local only
CompressIO — Image Compression for AI
by zhaoyaqi18

Compress images to target sizes (80%+ smaller). Tools: compress_image, convert_image, optimize_image

4 tools answering
Taskaid
by taskaid

Taskaid is built for you and your agents to get work done together.

answering

Gitworthy — questions

Answers built from our own checks of this server.

Why is there no uptime for Gitworthy?
Gitworthy runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gitworthy was installed 46 times last week.
How do I connect Gitworthy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gitworthy straight from npm; nothing to host, nothing to sign up for.
How many people use Gitworthy?
The npm package gitworthy was installed 46 times in the last week. Week over week that is +1011%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gitworthy open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.