Skip to content
Cursor

gfi scout for Cursor

io.github.rajveerx11/gfi-scout

Finds open source issues where beginners actually succeed, ranked by a 0-100 beginner score.

client:Cursor transport:stdio runtime:pypi

Install gfi scout in Cursor

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

{
  "mcpServers": {
    "gfi-scout": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gfi-scout"
      ]
    }
  }
}

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

gfi scout in other clients