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
{
"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