Skip to content
VS Code

Buzzr Sports Engine for VS Code

io.github.buzzr-app/dfs-engine

Local sports math, DFS settlement, bet analytics, and game-entertainment tools.

client:VS Code transport:stdio runtime:npm

Install Buzzr Sports Engine in VS Code

.vscode/mcp.json

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

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

Buzzr Sports Engine in other clients