FutPicks for Zed
io.github.khavel/futpicks
Probable football lineups with start probability and expected fantasy points, graded in public.
client:Zed
transport:stdio
runtime:npm
Install FutPicks in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"futpicks": {
"command": "npx",
"args": [
"-y",
"futpicks-mcp"
],
"env": {
"FUTPICKS_API_URL": "<FUTPICKS_API_URL>",
"FUTPICKS_API_KEY": "<FUTPICKS_API_KEY>",
"FUTPICKS_OPS_TOKEN": "<FUTPICKS_OPS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs