Dada Cloud for Claude Code
Dada Cloud — Claude Code plugin
Claude Code plugin with the Dada Cloud MCP server: 61 tools for deploying apps, databases, domains, logs and the Dada Box sandbox
Install
/plugin marketplace add DadaDevelopment/dada-cloud-console
/plugin install dada-cloud@dada-cloudOn first use a browser opens to log in to Dada ID.
This is third-party code. Review the repository files before installing.
What it does
The plugin connects Claude Code to the Dada Cloud platform through a remote MCP server. The agent gets 61 curated tools for apps, databases, domains, builds and logs, plus Dada Box, an ephemeral root sandbox available in one call. It ships deploy-app, configure-env and diagnose-app prompts. Auth runs through a browser login to Dada ID, and the token is stored locally and refreshed automatically.
Who it is for. Developers hosting apps on Dada Cloud who want to deploy and troubleshoot them from Claude Code.
Good fit when
- You want to deploy an app to Dada Cloud from an agent chat
- You need to configure environment variables or read app logs
- You need a temporary root sandbox for experiments
Not a fit when
- You do not have a Dada Cloud account
- The agent runs on a server: this OAuth config will not work there and a bearer token is needed
Example request
Deploy this repository to Dada Cloud and show the logs if the build failsLimitations
Requires Node.js for npx mcp-remote and a Dada Cloud account. OAuth login with a loopback callback works only for a local agent. The agent sees only resources your Dada ID account has a role on.
How to disable. Remove the dada-cloud plugin via /plugin in Claude Code.
Security check
- The agent gets access to deployments and app settings in your cloud account
- Can create a sandbox with root access
- Runs mcp-remote via npx
README in short
The main repository holds the Dada Cloud GitOps console for managing Kubernetes resources, and the mcp-plugin folder contains the Claude Code plugin. The plugin runs mcp-remote as a local stdio bridge to https://console.dada-tuda.ru/mcp. The tool list is reflected from the backend REST API and trimmed by an allowlist that a test keeps in sync. OAuth 2.1 with PKCE uses the preregistered public client dada-mcp.
FAQ
Do I need to enter a token or client id?
No. On first use Claude Code opens a browser to log in at id.dada-tuda.ru.
How do I connect a server-side agent?
Send a Dada ID bearer token in the Authorization header. See the Dada Cloud docs on MCP for AI agents.
Related
Kubernetes MCP
MCP Server Kubernetes
MCP server for managing a Kubernetes cluster through kubectl and Helm, with a non-destructive mode
HashiCorp's official MCP server for the Terraform Registry and HCP Terraform: providers, modules, policies and workspaces
CLI for full-cycle CI/CD to Kubernetes: image builds, Helm-based deploys and container registry cleanup
Terraform Skill
Terraform & OpenTofu Skill for AI Agents
A Terraform and OpenTofu best-practices skill: tests, modules, state, CI/CD and security scanning for AWS, Azure and GCP