Comunio for Zed
io.github.josetorronteras/comunio
Read and operate a Comunio fantasy football team: squad, market, offers, lineup
client:Zed
transport:stdio
runtime:oci
Install Comunio in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"comunio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<COMUNIO_USER_AGENT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs