Fantasy Football Manager for Zed
io.github.krmisystems/fantasy-football-manager
ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.
client:Zed
transport:stdio
runtime:pypi
Install Fantasy Football Manager in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fantasy-football-manager": {
"command": "uvx",
"args": [
"fantasy-football-manager"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs