stathead mcp for Zed
io.github.dachhack/stathead-mcp
Fantasy football analytics: stats, dynasty, projections, prospects, Sleeper leagues, Excel I/O
client:Zed
transport:stdio
runtime:npm
Install stathead mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stathead-mcp": {
"command": "npx",
"args": [
"-y",
"stathead-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs