mud-github-contributor
v1.0.1
Published
MUD's GitHub Contributor — autonomous contribution intelligence for AI agents. Finds high-merge-probability issues, analyzes repo conventions, predicts PR success, and learns from outcomes.
Maintainers
Readme
MUD's GitHub Contributor
An MCP server that finds valuable open-source issues to contribute to — ranked by merge probability, so you stop wasting time on issues that'll never get merged.
// Claude Desktop / Cursor / any MCP client
{
"mcpServers": {
"mud-github": {
"command": "npx",
"args": ["-y", "mud-github-contributor"],
"env": { "GITHUB_TOKEN": "ghp_..." }
}
}
}Tools
find-opportunities— Scans thousands of repos matching your skills, finds issues with the highest chance of getting merged.estimate-merge-probability— Before writing code, predicts whether a PR for an issue would be accepted (0-95%).analyze-repo-deep— Reads a repo's config, CI, test framework, commit style. Tells you exactly how to match conventions.find-repos-by-opportunity— Finds repos with the most beginner-friendly issues per language.track-pr/repo-learnings— Logs your PRs and learns from what gets merged (or rejected).configure/status— First-run setup and config check.
Install
npm install -g mud-github-contributor
GITHUB_TOKEN=ghp_... mud-githubOr without global install — just use npx in your MCP config (see above).
Get your token at github.com/settings/tokens (scopes: repo, read:org, read:user).
Built to find great contributions. MIT.
