Skip to content
Cursor

scoreflow for Cursor

io.github.8infinitelabs/scoreflow

Query your Scoreflow level, XP, skill tree and leaderboard from inside Claude Code / Desktop.

client:Cursor transport:stdio runtime:npm

Install scoreflow in Cursor

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

{
  "mcpServers": {
    "scoreflow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scoreflow/mcp"
      ]
    }
  }
}

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

scoreflow in other clients