Skip to content
VS Code

scoreflow for VS Code

io.github.8infinitelabs/scoreflow

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

client:VS Code transport:stdio runtime:npm

Install scoreflow in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

scoreflow in other clients