redu MCP
cloud.redu/mcp
Documentation
Installation
Connect to the MCP endpoint at https://mcp.redu.cloud/mcp.
- OAuth (recommended):
claude mcp add --transport http redu https://mcp.redu.cloud/mcp --client-id redu-mcp - OAuth in Codex:
codex mcp add redu --url https://mcp.redu.cloud/mcp --oauth-client-id redu-mcp - API key fallback: create a key in the Console, send it as
x-api-key, or keep it in.mcp.jsonwithAuthorization: Bearer REDU_API_KEY
Configuration
Remote endpoint: streamable-http:https://mcp.redu.cloud/mcp
OAuth uses browser sign-in to a redu.cloud account. API-key connections use the x-api-key header or REDU_API_KEY in a local .mcp.json file.
Capabilities
Deploy apps, provision and manage instances, networking, security groups, managed databases, backups, snapshots, storage, and autoscaling clusters.
Limitations
OAuth is the default connection path and requires a browser sign-in. API keys are secret credentials, shown once, and should not be committed. The API-key path is intended for CI, headless, or committable team configs.
