MCP Server · Claude Integration

Manage your cloud by talking to Claude.

redu.cloud has a native Model Context Protocol server. Add it to Claude Code in one command and start managing infrastructure through conversation — no console, no docs lookup.

Install in Claude Code
claude mcp add --transport http redu-cloud https://mcp.redu.cloud/mcp

Requires Claude Code CLI and a redu.cloud API key (generate one in Account → API Keys).

How it works

Three steps to cloud infrastructure via Claude.

01

Sign up and get an API key

Create your redu.cloud account and generate an API key from Account → API Keys. You get £200 credits to start.

02

Add the MCP server

Run the command above in your terminal. Claude Code will prompt you to set your API key.

03

Talk to Claude

Open Claude Code and start asking. "Deploy a new instance", "show me the logs for my staging server", "take a snapshot before I deploy".

See it in action

A real conversation with Claude.

Open Claude Code, connect the MCP server, and start talking.

Claude Code
You
Deploy a new Ubuntu instance with 4GB RAM in my private network.
Claude
Creating instance prod-app-01 (m1.medium, Ubuntu 22.04) on network private-eu-west-1...
✓ Instance launched · ID: a4f9c2d1
✓ Floating IP assigned: 203.0.113.42
✓ SSH ready on port 22417

SSH command:
  ssh ubuntu@prod-app-01.redu.cloud -p 22417
You
Take a snapshot before I deploy.
Claude
✓ Snapshot snap-20260531-prod-app-01 created.

You're good to deploy.
Available tools

13 tools across 4 categories.

🖥Instances
  • list_instancesList all running instances with status, IP, and metadata.
  • create_instanceLaunch a VM — optionally with a cloud-init template like reduOS.
  • delete_instanceTerminate an instance and clean up associated resources.
  • instance_actionStart, stop, reboot, or resize a running instance.
🔑Access & logs
  • get_ssh_commandGet the SSH command including the forwarded port.
  • get_instance_logsFetch recent console output for debugging.
💾Storage
  • create_snapshotSnapshot an instance before upgrades or releases.
  • delete_snapshotRemove a snapshot to free storage.
  • list_volumesList persistent volumes with size and attachment status.
  • create_volumeCreate a new volume and attach it to an instance.
🌐Domains & clusters
  • list_domainsList all verified custom domains on your account.
  • get_domain_verificationGet the DNS TXT challenge for domain ownership.
  • list_clustersList autoscaling clusters with node count and scale.
Example prompts

Things you can say to Claude.

Deploy a new Ubuntu instance with 4GB RAM in my private network.

Show me the logs from my production server — last 100 lines.

Take a snapshot of my database server before I run the migration.

What's the SSH command for my staging instance?

Deploy reduOS on an XLarge instance with my OpenAI key.

Stop all my non-production instances to save credits.

Start building with Claude today.

Sign up for redu.cloud, generate an API key, and add the MCP server. Your entire cloud — in one conversation.

Start for free · £200 credits included