**redu.cloud** is an EU-hosted, agent-native cloud. Provision and operate **real infrastructure** from your AI agent — virtual machines, private networks, block storage, managed PostgreSQL & Redis, load balancers, and autoscaling clusters. Real servers you own and SSH into, not a sandbox. **What your agent can do** - **Compute** — create, start/stop/reboot, snapshot, and delete instances; get SSH commands and console logs - **Networking** — private networks, security groups, floating IPs, DNS - **Storage** — volumes, snapshots, backups - **Managed services** — PostgreSQL, Redis, autoscaling clusters `plan_instance` resolves image, flavor, and network IDs for you — you never pass opaque IDs. **Get started** 1. Create an account + API key at [console.redu.cloud](https://console.redu.cloud/category/user/api-keys) 2. Paste your key in the config above 3. Ask your agent to build something Hosted in the EU. Docs: [docs.redu.cloud](https://docs.redu.cloud).
How to connect
https://server.smithery.ai/redu-cloud/redu/mcp
curl -X POST https://server.smithery.ai/redu-cloud/redu/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'