Loading MCP server directory, please wait...
The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage
npx @getmcp/cli add io.github.Servosity/acronis-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
ACRONIS_BEARER_AUTHSets ACRONIS_BEARER_AUTH for the Acronis Cyber Protect Cloud MCP server.
ACRONIS_CLIENT_IDOAuth2 client ID of the Acronis API client (Acronis console: Settings > API clients). Used with ACRONIS_CLIENT_SECRET to mint a bearer token.
ACRONIS_CLIENT_SECRETOAuth2 client secret paired with ACRONIS_CLIENT_ID. Acronis shows it once, when the API client is created.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/acronis-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/acronis-v0.1.2/acronis-mcp.mcpb",
"env": {
"ACRONIS_BASE_URL": "",
"ACRONIS_BEARER_AUTH": "",
"ACRONIS_CLIENT_ID": "",
"ACRONIS_CLIENT_SECRET": "",
"ACRONIS_DATACENTER": "eu2-cloud"
}
}
}
}