top of page

Rubrik MCP Opens Recovery Intelligence to AI Agents, With Control as the Catch

Sep 17
13 min read

Rubrik has placed Rubrik MCP in private preview, giving customer AI agents direct access to protection, anomaly, compliance, identity, and application intelligence. The move replaces manual console lookups with programmable access to sensitive operational context. It also creates an immediate conflict: faster incident response requires agents to receive information that security teams traditionally kept behind tightly controlled interfaces.

The new connection uses Model Context Protocol, or MCP, an open standard that lets AI applications discover and call external tools. Instead of building a separate integration for every AI client, Rubrik can present its platform capabilities through a common interface. Customers can then connect compatible service-management, security, or custom agents.

That shift puts Rubrik against a familiar enterprise operating model. Security analysts usually investigate alerts, inspect backup systems, identify clean recovery points, and transfer findings between tools. Rubrik wants customer agents to perform parts of that chain directly. The value depends on whether its permissions and confirmation controls remain effective when software starts moving at machine speed.

Rubrik MCP Turns Recovery Data Into Agent Tools

The important change is not another chatbot inside a security console. It is the conversion of recovery intelligence into tools that outside agents can call.

According to Rubrik's MCP announcement, the service exposes the Rubrik Security Cloud API schema to connected agents. That schema describes the capabilities and data available through the platform's application programming interface.

An MCP-compatible agent can discover those capabilities without relying on a custom connector designed for one particular model. Rubrik says the available intelligence covers protection status, anomalies, compliance, identity, applications, and recovery context.

This distinction matters during an incident. A general AI assistant might summarize an alert but lack authoritative information about which backup is clean. It may also lack the dependency information needed to recommend a safe recovery sequence.

Rubrik's platform already collects that operational context for data protection and cyber recovery. Rubrik MCP makes the same context callable from another workflow, subject to the customer's configured access controls.

A service-management agent provides one example. Rubrik describes an agent asking for the latest clean recovery point and the potential blast radius affecting a host. The response could inform a ticket without requiring an analyst to switch systems and copy information manually.

That does not mean every connected agent gains unrestricted access. The company says calls retain parity with Rubrik's role-based access controls. Authentication passes through Rubrik Security Cloud using a service account, while administrators can configure permissions.

Rubrik also says connected teams can save multi-step recovery or compliance workflows as reusable tools. A repeated investigation could therefore become a deterministic sequence instead of a fresh prompt assembled during every incident.

Deterministic does not mean infallible. It means the intended steps are defined and repeatable, reducing the room for an AI model to improvise the workflow. The model can still misunderstand a request or receive misleading context.

Rubrik says its safeguards align with the OWASP MCP Top 10, a security framework addressing common risks around MCP deployments. That claim describes the company's design target. Independent testing will need to show how those controls behave across varied customer configurations.

The access model also includes an important division between reading and writing. A Rubrik product post describes full read access to protection, anomaly, and compliance intelligence, alongside a curated set of confirmed write actions.

Read access can still carry significant risk. Recovery status, data classifications, security anomalies, and infrastructure relationships can reveal where valuable systems live. They can also show which assets lack adequate protection.

Write access raises the stakes further because an agent can potentially change operational state. Rubrik says destructive or state-changing actions require explicit user confirmation within Rubrik AI. Customers should verify whether equivalent protections apply across each external agent and saved workflow.

The product remains unreleased for general use. Rubrik's September 15 press release says private preview is available to existing customers, with general availability targeted for October 2026.

A separate Rubrik product post gives September 30, 2026, as the availability date. That inconsistency is small but relevant. Buyers should treat the later, less specific October target as the safer planning assumption until Rubrik confirms a final date.

Why Rubrik AI Agents Need More Than a Console

Rubrik is trying to make its recovery platform an intelligence layer for other agents, rather than a destination that humans must visit.

The timing follows Rubrik's June introduction of Rubrik AI. That product placed an agentic interface across Rubrik Security Cloud and Rubrik Agent Cloud, allowing users to request outcomes through natural language.

Rubrik now says more than one-third of its global customers use Rubrik AI features. The company has not published a detailed breakdown of active usage, workloads, or completed actions. Still, the reported adoption gives Rubrik a customer base for testing agent-driven security operations.

An embedded Rubrik agent and an external customer agent solve different problems. The embedded agent operates within Rubrik's own interface and product boundaries. An external agent may coordinate actions across ticketing, identity, cloud, application, and recovery systems.

MCP is the bridge between those environments. It lets the external agent discover Rubrik's tools and request relevant context using a standardized protocol. The customer does not need to give every agent direct console credentials.

The benefit becomes clearer when an incident spans multiple teams. A security agent may identify a compromised host. An identity system may reveal suspicious account changes. A service-management agent may coordinate approvals, owners, and recovery tasks.

Without integration, humans carry information between those systems. Each handoff consumes time and can strip away context. A copied ticket might include the infected hostname while omitting the latest clean snapshot or dependent applications.

With Rubrik MCP, an authorized agent can request that missing protection context during the same workflow. It might ask which recovery points predate a detected compromise, which connected systems face exposure, and which restoration sequence protects critical operations.

This approach pressures the traditional dashboard-centered security model. Dashboards assume humans will gather information, interpret it, and initiate the next action. Agent tools assume software can complete more of that coordination under policy.

Rubrik's argument is that threats and operational mistakes now move too quickly for sequential manual investigation. The company says its own multi-agent architecture assigns discovery, reasoning, and execution to specialized agents under a root orchestrator.

That architecture is distinct from Rubrik MCP. Rubrik AI is the company's agent system, while the MCP interface lets other compatible agents call Rubrik capabilities. The two can work together, but customers should not confuse them.

Rubrik developed its agent architecture with Anthropic's teams, according to the company. Rubrik says the collaboration reduced response latency and improved multi-step reasoning efficiency. It has not published comparative benchmarks supporting those improvements.

The Anthropic relationship also reflects a broader strategy. Rubrik previously introduced Agent Cloud support for Claude Code, including controls over agent access, actions, and configuration. MCP extends the strategy beyond one coding environment.

This expansion turns cyber-resilience data into shared context for an enterprise agent fleet. That is strategically valuable because models increasingly depend on external systems for current, organization-specific information.

The same pattern applies to personal and team knowledge. An AI agent becomes more useful when it can retrieve governed context instead of relying on incomplete prompts. A well-managed AI knowledge base can serve a similar role for less sensitive work.

Security data demands much stricter controls. An incorrect answer about meeting notes is inconvenient. An incorrect claim about a clean recovery point can compromise restoration or extend an outage.

Rubrik is therefore selling more than convenient access. Its proposition combines context, action, governance, and recovery. Each layer must work because a weakness in one can undermine the entire agent workflow.

Rubrik MCP Security Depends on Identity at Every Call

The central tradeoff is straightforward: agents need broad operational context to help, but broad context increases both their authority and their potential blast radius.

Rubrik says the MCP interface preserves role-based access control parity with its console. In practice, that should mean an agent cannot retrieve information that the associated identity lacks permission to view.

The difficult question is which identity an agent represents. An agent might act for one employee, a security team, an automated service, or several users across one workflow. Those situations require different scopes and approval rules.

Service accounts can simplify authentication, but they often accumulate broad privileges. If several workflows share one highly privileged account, an organization loses some ability to distinguish legitimate activity from misuse.

Rubrik's newer Agent Identity controls address this problem at the tool-call level. The company says administrators can scope access by user and group, then issue a short-lived token for one requested action.

A short-lived token limits how long stolen credentials remain useful. Narrow scope also prevents the token from becoming a general key to unrelated systems. Neither measure guarantees that the requested action itself is safe.

Rubrik describes three checkpoints for agent actions. Its system evaluates behavior and context, verifies access policies, and authenticates the agent session before issuing a scoped token.

That design aims to replace standing permissions with just-in-time access. It also records calls with timestamps, user context, and agent identity, according to Rubrik's identity controls.

Auditability becomes critical when an agent chains several tools together. Investigators need to reconstruct what the agent saw, why it selected an action, which identity authorized it, and what changed afterward.

A simple application log rarely captures that full sequence. The reasoning model, MCP client, MCP server, identity provider, and destination application may each hold a different fragment.

Rubrik can centralize some of this evidence because it supplies both the resilience data and agent-governance products. Customers still need to test whether logs remain complete across third-party clients and custom agents.

Human confirmation presents another complication. A confirmation screen can prevent an accidental destructive action, but only when it gives the reviewer useful context. Repeated, vague prompts tend to become routine approvals.

A reviewer should know which system will change, what data is affected, which recovery point applies, and whether the action is reversible. Otherwise, human involvement becomes ceremonial rather than protective.

Rubrik says Rubrik Agent Cloud can rewind unwanted agent actions. Rewind is appealing because prevention cannot catch every mistaken instruction, malicious prompt, or unexpected tool interaction.

Yet recovery has boundaries. Not every external action is reversible through a data-protection platform. An agent might disclose information, trigger a customer communication, or alter a third-party system outside Rubrik's protected scope.

Organizations must therefore distinguish recoverable state changes from irreversible consequences. Restoring a file does not retract exposed information. Rolling back an application record does not undo every automated decision based on that record.

MCP itself has also attracted scrutiny. Security researchers have warned about malicious tools, prompt injection, confusing tool descriptions, excessive permissions, and unsafe implementation patterns.

One 2026 report described researchers' claims of systemic remote-execution risks across several MCP-based implementations. Anthropic reportedly considered the underlying behavior expected, while affected projects addressed specific vulnerabilities.

Those findings do not establish a flaw in Rubrik MCP. They show why protocol compatibility cannot substitute for implementation security. Every client, server, tool definition, authorization flow, and network boundary contributes to the result.

Rubrik says its implementation uses configurable permissions and OWASP-aligned guardrails. Customers should request threat models, penetration-test findings, logging details, and exact confirmation behavior before granting production access.

They should also test adversarial inputs inside protected recovery metadata. A compromised system can contain filenames, messages, or documents designed to manipulate an agent that later inspects them.

This is an indirect prompt-injection problem. The malicious instruction is stored in data rather than typed by the current user. An agent may treat that untrusted content as guidance unless the system separates data from commands.

Rubrik MCP security will be judged by how effectively it preserves that boundary. Role-based controls decide what an agent can access. They do not automatically determine which retrieved content the model should trust.

Commvault and Cohesity Keep the Competitive Gap Narrow

Rubrik is early enough to shape agentic cyber resilience, but it is not alone in turning backup and recovery platforms into AI-accessible systems.

Commvault already describes an MCP server that allows AI assistants to interact with Commvault Cloud through APIs. Its AI overview places that capability alongside AI-assisted cyber-resilience and data-governance functions.

That makes Commvault the clearest direct counterpoint. Both companies want AI agents to retrieve operational data and interact with recovery platforms through a common protocol.

The difference will not rest on MCP support alone. Standards reduce integration friction, so basic protocol connectivity can become common across competing products. Execution quality and governance will matter more.

Customers will compare which platform exposes the most useful tools, how precisely permissions can be scoped, and whether workflows work across their existing identity systems. They will also compare audit completeness and recovery reliability.

Cohesity approaches the same market from a broad data-security and recovery portfolio. Its Gaia product uses retrieval-augmented generation to answer questions about data governed through Cohesity Data Cloud.

Cohesity also offers RecoveryAgent for AI-assisted recovery orchestration. Recovery blueprints can define repeatable runbooks, while validation aims to reduce operational risk before a real incident.

Those products do not create an exact feature-for-feature comparison with the new Rubrik interface. They do show that major recovery vendors already treat AI reasoning and automation as product requirements.

An IDC assessment describes Cohesity's recovery orchestration, immutable copies, threat detection, and security integrations. The document is hosted by Rubrik, but it summarizes a competitive market where several vendors cover overlapping needs.

Rubrik's differentiating bet is the combination of external agent access and agent governance. It wants to expose resilience intelligence while monitoring identities, enforcing runtime controls, and reversing damaging actions.

That combination could appeal to organizations that fear both outside attacks and mistakes from their own agents. The same platform could help investigate a ransomware incident and constrain an automated workflow.

The strategy also carries a bundling risk. Buyers may prefer independent governance across multiple data-protection vendors, cloud platforms, and AI frameworks. A control layer tied closely to one resilience provider may not see every relevant action.

Rubrik says Agent Cloud can discover agents, MCP servers, skills, and plugins across varied environments. Its product materials mention integrations with identity and AI platforms. Customers still need evidence from their own mixed infrastructure.

An enterprise may use Microsoft Entra ID, ServiceNow, multiple clouds, several model providers, and separate backup products after acquisitions. A clean demonstration in one supported path does not guarantee consistent policy across that estate.

Open standards can help Rubrik enter those workflows. They also make substitution easier because an MCP client can theoretically connect to another compliant server.

Rubrik must therefore make its underlying intelligence more valuable than the connector. Clean recovery points, anomaly data, identity relationships, application dependencies, and governed actions represent the defensible layer.

This changes the competitive question. Buyers are not simply asking which backup platform stores protected copies. They are asking which system can supply trustworthy context during an automated investigation.

The answer will depend on data quality before an incident. An agent cannot infer a reliable dependency map from information the platform never collected. It cannot identify a clean recovery point if the relevant telemetry is incomplete.

Competitors can challenge Rubrik by exposing similar context, integrating with more systems, or offering a more neutral control plane. They can also compete through established recovery runbooks and broader operational support.

Rubrik's one-third customer adoption claim gives it a useful starting point. It does not establish that those customers run autonomous recovery actions or connect external agents to production systems.

The private preview will determine whether customers move from conversational assistance to governed action. That is a more demanding threshold than opening a chat interface or generating backup summaries.

The Private Preview Must Prove Control, Not Just Speed

Rubrik MCP becomes meaningful only when customers can show that agent-driven workflows are faster without weakening authorization, evidence, or recovery confidence.

The first signal to watch is the final general-availability release. Rubrik needs to reconcile the September 30 date in its product post with the October target in its press release.

A timely release would suggest that preview testing found no blocking operational problems. A delay would not prove failure, but it would indicate that access controls, integrations, or workflow reliability need more work.

The released product should also clarify which actions are readable, writable, and confirmable. Broad phrases such as access to any available capability leave too much room for interpretation during security review.

The second signal is production adoption beyond the reported one-third using Rubrik AI. Rubrik should disclose how many customers connect external agents, which workflows they automate, and how often humans reject proposed actions.

Those measurements would separate interface adoption from operational trust. A customer can enable an AI summary feature without allowing an agent to query sensitive recovery data or initiate a workflow.

Useful evidence would include investigation time, confirmation rates, failed tool calls, permission denials, and recovery accuracy. The strongest case would come from customers operating under strict compliance requirements.

Datacentrix has supplied a customer example involving backup-failure summaries. That is a practical use case because it replaces time spent searching logs. It remains less risky than autonomous incident recovery.

The next stage should demonstrate cross-system coordination. A credible case might connect a security alert, identity evidence, a service ticket, and a validated recovery point while preserving a complete audit trail.

The third signal is competitive response. Commvault already has an MCP direction, while Cohesity offers AI-assisted insights and recovery orchestration. Their next releases will show whether Rubrik established a lead or matched an emerging baseline.

Watch for competitors to publish richer tool catalogs, narrower token scopes, independent security evaluations, or broader multi-vendor governance. Any of those developments would weaken Rubrik's differentiation.

Conversely, broad adoption of Rubrik's interface by service-management and security platforms would strengthen its position. An integration becomes more valuable when customers can reuse it across the agents they already operate.

Security validation deserves equal attention. Customers should look for documented defenses against indirect prompt injection, malicious tool definitions, credential leakage, confused-deputy scenarios, and unauthorized workflow reuse.

A confused deputy occurs when a trusted service uses its authority for a request that should not receive that privilege. Agent chains create fertile conditions because one component may misinterpret another component's intent.

Saved workflows create another test. Reusability reduces improvisation, but an outdated workflow may carry assumptions about permissions, infrastructure, or recovery priorities that no longer hold.

Versioning and approval history should therefore be visible. Teams need to know who created a workflow, which tools it calls, when it changed, and whether its current permissions remain appropriate.

Organizations considering the preview should begin with read-only, low-impact scenarios. Backup-failure diagnosis, compliance evidence gathering, and recovery-point lookup can reveal integration quality without authorizing destructive actions.

They can then introduce controlled writes in isolated environments. Each test should examine denial behavior as carefully as successful execution. A safe agent must stop predictably when identity, context, or authorization is incomplete.

Teams should also build independent recovery procedures. No agent interface should become the only path to critical resilience information. Manual access remains necessary when a model, MCP client, identity provider, or network connection fails.

Rubrik's announcement is significant because it brings recovery intelligence into the shared tool layer used by enterprise agents. That can shorten investigations and reduce error-prone handoffs.

It also moves sensitive context closer to autonomous software. The resulting risk is not an argument for keeping every workflow manual. It is an argument for testing identity, authorization, confirmation, logging, and rollback as one system.

Rubrik MCP now has to demonstrate that a standard connector can preserve those controls across real customer agents. General availability, measurable production use, and independent security evidence will determine whether that claim holds.

For enterprise buyers, the immediate action is simple: identify one high-friction, read-only recovery workflow and test it under the narrowest possible permissions. Then ask whether the resulting speed came with complete, reviewable evidence.

Give every agent the context to do better work

Connect your agents to the knowledge, decisions, and history already organized in remio.

remio currently supports Windows 10+ (x64) and Macs with Apple silicon.

Your AI Partner at Work
Get more done with remio

Plan. Create. Deliver.
All in one place.

bottom of page