Comunio for Windsurf
io.github.josetorronteras/comunio
Read and operate a Comunio fantasy football team: squad, market, offers, lineup
client:Windsurf
transport:stdio
runtime:oci
Install Comunio in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs