Buzzr Sports Engine for Cursor
io.github.buzzr-app/dfs-engine
Local sports math, DFS settlement, bet analytics, and game-entertainment tools.
client:Cursor
transport:stdio
runtime:npm
Install Buzzr Sports Engine in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dfs-engine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@buzzr/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs