Skip to content
Cursor

gitworthy for Cursor

io.github.trippyogi/gitworthy

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

client:Cursor transport:stdio runtime:npm

Install gitworthy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gitworthy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gitworthy"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gitworthy in other clients