Skip to content
Cursor

Comunio for Cursor

io.github.josetorronteras/comunio

Read and operate a Comunio fantasy football team: squad, market, offers, lineup

client:Cursor transport:stdio runtime:oci

Install Comunio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "comunio": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Comunio in other clients