Finds open source issues where beginners actually succeed, ranked by a 0-100 beginner score.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

An MCP server and standalone CLI that finds open source issues where beginners actually succeed β not just any issue tagged good first issue.
mcp-name: io.github.Rajveerx11/gfi-scout
Most "good first issue" finders are glorified GitHub search wrappers. They happily hand you issues from abandoned repos, issues already claimed by three other contributors, and issues maintainers will never review.
GFI Scout ranks results by likelihood of success β repo health, merge rate, maintainer responsiveness, issue freshness, and setup complexity all feed a composite beginner_score (0-100). The dead repos sink to the bottom.
It ships as a Model Context Protocol server, plus a standalone CLI/TUI for terminal-first workflows.
find_issues β repo-first language + topic + star-range discovery with scored issue resultscheck_repo_health β merge rate, last commit, CONTRIBUTING/CoC/CI probes β A-F gradecheck_issue_status β assignment, linked PRs, staleness, maintainer confirmation β AVAILABLE / LIKELY_TAKEN / STALE verdictget_contribution_guide β pulls and summarises CONTRIBUTING.md, detects toolchain, estimates setup complexitygfi-scout-cli and an interactive gfi-scout-tuiasyncio.gather) + per-namespace TTL cache for repository search, issue listing, and repo-health probessrc/gfi_scout/data/scoring_weights.json β no magic numbers in codemypy --strict clean, ruff clean| Python | 3.12+ |
| Package manager | uv (all commands go through uv) |
| Auth | Optional β works without a token at 60 req/h; a PAT with public_repo scope (read-only) raises it to 5,000 req/h |
uv toolIf you only want to run the MCP server / CLI and don't plan to hack on the code, install it once as a global tool. No checkout, no venv to keep around:
A GITHUB_TOKEN in the environment (or a .env in the directory you run from) is optional β without one you run at GitHub's unauthenticated 60 requests/hour limit.
Add this to claude_desktop_config.json:
Restart Claude Desktop, then try:
"Find me Python good first issues with at least 500 stars."
"Is this issue actually available? https://github.com/fastapi/fastapi/issues/12345"
"What's the setup complexity for
pallets/flask?"
Cursor, Windsurf, and VS Code Copilot each support MCP servers β point them at the same uv run command. Detailed steps in docs/SETUP.md.
| Tool | What it does |
|---|---|
find_issues | Repo-first, scored search for beginner-friendly issues |
check_repo_health | A-F grade for a repository's contributor-friendliness |
check_issue_status | Is this specific issue actually available to work on? |
get_contribution_guide | Pulls + summarises CONTRIBUTING.md / README setup |
See docs/TOOLS_REFERENCE.md for full parameter and return-shape specs.
Every command supports --output json for scripts. See docs/CLI.md.
Every weight and threshold is loaded from src/gfi_scout/data/scoring_weights.json. Want to retune the ranker? Edit the JSON and re-run β no code changes.
Full breakdown in docs/SCORING_ALGORITHM.md.
| Doc | What's in it |
|---|---|
docs/SETUP.md | Step-by-step install, env vars, client wiring |
docs/AGENT_CONNECTIONS.md | Current MCP connection examples for Codex, Claude Code, Cursor, Antigravity, Pi Agent, and Hermes Agent |
docs/ARCHITECTURE.md | Layering rules, request flow, caching, failure model |
docs/CLI.md | Standalone CLI and terminal UI usage |
docs/TOOLS_REFERENCE.md | Parameters and return schemas for every MCP tool |
docs/SCORING_ALGORITHM.md | How beginner_score is computed and graded |
CONTRIBUTING.md | How to file issues and ship PRs |
SECURITY.md | Responsible-disclosure policy |
docs/CHANGELOG.md | Release notes |
docs/Plan.md | Original spec + phase plan |
uv.lock is committed β every contributor gets identical dependency versions.
The scoring config lives inside the package at
src/gfi_scout/data/scoring_weights.jsonso it ships with the installed wheel β no separate top-levelconfig/directory. (The runtime settings modulegfi_scout/config.pyis unrelated;data/holds JSON,config.pyreads env vars.)
Layer rules and folder contracts: docs/ARCHITECTURE.md.
scoring config not found: .../Lib/config/scoring_weights.json
You're on an old install (β€ v0.1.0) where the scoring config wasn't bundled into the wheel. Fix:
If a long-running MCP server process holds the install directory open on Windows (Access is denied during reinstall), stop the host (Claude Desktop / Claude Code / Cursor) or kill the gfi-scout Python process first, then re-run the command.
Results are slow or you hit rate limit exceeded quickly
You're probably running without a token (60 requests/hour). Set GITHUB_TOKEN β from the environment or a .env file in the working directory β to get 5,000 requests/hour. For uv tool installs, either export it in your shell profile or set it in the MCP client's env block (see Connecting to an MCP client above).
Issues and PRs welcome β practising what we preach. Start at CONTRIBUTING.md. Good first issues are labelled on the tracker.
By participating you agree to the Code of Conduct.
Found a security issue? Please don't open a public issue β see SECURITY.md for the disclosure process.
GFI Scout only ever needs public_repo (read-only) scope on your GitHub token.
MIT β because the whole point is helping people contribute to open source.
Built with frustration, then determination. Because finding your first open source contribution shouldn't require a PhD in "how to navigate GitHub."
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gfi-scout)<a href="https://allmcps.com/mcp/gfi-scout"><img src="https://allmcps.com/api/badge/gfi-scout?style=directory" alt="Gfi Scout on AllMCPs" /></a>