← Index

io.github.Mogacode-ma/infomaniak-mcp-agent

io.github.Mogacode-ma/infomaniak-mcp-agent·v0.8.5·Cloud Storage
Quality Score
80
/100

Unofficial MCP server for Infomaniak (web hosting, mail, DNS, kDrive, SSL, AI). 54 tools.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "infomaniak-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "infomaniak-mcp-agent"
      ],
      "env": {
        "INFOMANIAK_API_TOKEN": "<your-infomaniak_api_token>",
        "INFOMANIAK_AUTH_MODE": "auto",
        "INFOMANIAK_SASESSION": "<your-infomaniak_sasession>",
        "INFOMANIAK_XSRF_TOKEN": "<your-infomaniak_xsrf_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "infomaniak-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "infomaniak-mcp-agent"
      ],
      "env": {
        "INFOMANIAK_API_TOKEN": "<your-infomaniak_api_token>",
        "INFOMANIAK_AUTH_MODE": "auto",
        "INFOMANIAK_SASESSION": "<your-infomaniak_sasession>",
        "INFOMANIAK_XSRF_TOKEN": "<your-infomaniak_xsrf_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y infomaniak-mcp-agent
§02  Environment variables
INFOMANIAK_API_TOKEN
requiredsecret

Bearer token for api.infomaniak.com. Generate at https://manager.infomaniak.com/v3/api-token

INFOMANIAK_AUTH_MODE

Authentication mode for manager.infomaniak.com endpoints. 'auto' (default) reads Chrome cookies on demand. 'manual' uses INFOMANIAK_SASESSION+INFOMANIAK_XSRF_TOKEN. 'disabled' skips manager-private endpoints.

INFOMANIAK_SASESSION
secret

Manager session cookie (used when INFOMANIAK_AUTH_MODE=manual).

INFOMANIAK_XSRF_TOKEN
secret

Manager XSRF cookie (used when INFOMANIAK_AUTH_MODE=manual).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Cloud Storage