rarecloudbetaOpen console →

Developer Docs

Everything speaks the same API: https://api.rarecloud.io/v1 with scoped bearer tokens (create them under Account, API tokens). Full reference below.

CLI
curl -fsSL https://raw.githubusercontent.com/RareCloudio/rarecloud-cli/main/install.sh | sh

Or via Homebrew: brew install rarecloudio/tap/rarecloud. Linux .deb/.rpm and Windows .zip on the releases page; aliases rcloud and rare included; self-update via `rarecloud upgrade`.

github.com/RareCloudio/rarecloud-cli
MCP for AI agents
npx -y @rarecloudio/mcp-server

Read-only by design: 20 tools for Claude Code, Claude Desktop, Cursor or any MCP client. Set RARECLOUD_API_TOKEN with read scopes.

github.com/RareCloudio/rarecloud-mcp-server
Terraform / OpenTofu
source = "RareCloudio/rarecloud"

Manage servers and SSH keys as code. GPG-signed releases; works with both terraform and tofu.

github.com/RareCloudio/terraform-provider-rarecloud